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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 398 static struct breakpoint *stop_tracing_bkpt; variable in typeref:struct:breakpoint
3372 stop_tracing_bkpt = set_breakpoint_at (ipa_sym_addrs.addr_stop_tracing,
3374 if (stop_tracing_bkpt == NULL)
3475 if (stop_tracing_bkpt != NULL)
3477 delete_breakpoint (stop_tracing_bkpt);
3478 stop_tracing_bkpt = NULL;
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 398 static struct breakpoint *stop_tracing_bkpt; variable in typeref:struct:breakpoint
3372 stop_tracing_bkpt = set_breakpoint_at (ipa_sym_addrs.addr_stop_tracing,
3374 if (stop_tracing_bkpt == NULL)
3475 if (stop_tracing_bkpt != NULL)
3477 delete_breakpoint (stop_tracing_bkpt);
3478 stop_tracing_bkpt = NULL;

Completed in 28 milliseconds