HomeSort by: relevance | last modified time | path
    Searched defs:pybp_watch_types (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 129 static struct pybp_code pybp_watch_types[] = variable in typeref:struct:pybp_code
1381 for (i = 0; pybp_watch_types[i].name; ++i)
1383 if (PyModule_AddIntConstant (gdb_module, pybp_watch_types[i].name,
1384 pybp_watch_types[i].code) < 0)
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 130 static struct pybp_code pybp_watch_types[] = variable in typeref:struct:pybp_code
1382 for (i = 0; pybp_watch_types[i].name; ++i)
1384 if (PyModule_AddIntConstant (gdb_module, pybp_watch_types[i].name,
1385 pybp_watch_types[i].code) < 0)

Completed in 40 milliseconds