Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-breakpoint.c129 static struct pybp_code pybp_watch_types[] = variable
1384 for (i = 0; pybp_watch_types[i].name; ++i) in gdbpy_initialize_breakpoints()
1386 if (PyModule_AddIntConstant (gdb_module, pybp_watch_types[i].name, in gdbpy_initialize_breakpoints()
1387 pybp_watch_types[i].code) < 0) in gdbpy_initialize_breakpoints()