Searched refs:pybp_watch_types (Results 1 – 1 of 1) sorted by relevance
129 static struct pybp_code pybp_watch_types[] = variable1384 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()