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

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-break.c 48 static int mi_can_breakpoint_notify; variable
55 if (mi_can_breakpoint_notify)
92 return make_scoped_restore (&mi_can_breakpoint_notify, 1);
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-break.c 47 static int mi_can_breakpoint_notify; variable
54 if (mi_can_breakpoint_notify)
91 return make_scoped_restore (&mi_can_breakpoint_notify, 1);

Completed in 22 milliseconds