Home
last modified time | relevance | path

Searched refs:pybp_codes (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c115 static struct pybp_code pybp_codes[] = variable
1376 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()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-2021398 * python/py-breakpoint.c (pybp_codes): Add bp_catchpoint support.