Searched refs:pybp_codes (Results 1 – 2 of 2) sorted by relevance
115 static struct pybp_code pybp_codes[] = variable1376 for (i = 0; pybp_codes[i].name; ++i) in gdbpy_initialize_breakpoints()1378 if (PyModule_AddIntConstant (gdb_module, pybp_codes[i].name, in gdbpy_initialize_breakpoints()1379 pybp_codes[i].code) < 0) in gdbpy_initialize_breakpoints()
398 * python/py-breakpoint.c (pybp_codes): Add bp_catchpoint support.