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

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-breakpoint.c 87 #define pybp_debug_printf(fmt, ...) \ macro
1238 pybp_debug_printf ("not attaching python object to this breakpoint");
1250 pybp_debug_printf ("is not a breakpoint or watchpoint");
1261 pybp_debug_printf ("attaching existing breakpoint object");
1266 pybp_debug_printf ("attaching new breakpoint object");
  /src/external/gpl3/gdb/dist/gdb/python/
py-breakpoint.c 88 #define pybp_debug_printf(fmt, ...) \ macro
1239 pybp_debug_printf ("not attaching python object to this breakpoint");
1251 pybp_debug_printf ("is not a breakpoint or watchpoint");
1262 pybp_debug_printf ("attaching existing breakpoint object");
1267 pybp_debug_printf ("attaching new breakpoint object");

Completed in 54 milliseconds