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

  /src/external/gpl3/gdb/dist/gdbsupport/
agent.cc 28 bool debug_agent = false; variable
37 if (!debug_agent)
44 #define DEBUG_AGENT debug_agent_printf
100 DEBUG_AGENT ("symbol `%s' not found\n", symbol_list[i].name);
205 DEBUG_AGENT ("agent: resumed helper thread\n");
215 DEBUG_AGENT ("agent: signalling helper thread\n");
222 DEBUG_AGENT ("agent: waiting for helper thread's response\n");
231 DEBUG_AGENT ("agent: helper thread's response received\n");
240 DEBUG_AGENT ("agent: stop helper thread\n");
  /src/external/gpl3/gdb.old/dist/gdbsupport/
agent.cc 28 bool debug_agent = false; variable
37 if (!debug_agent)
44 #define DEBUG_AGENT debug_agent_printf
100 DEBUG_AGENT ("symbol `%s' not found\n", symbol_list[i].name);
205 DEBUG_AGENT ("agent: resumed helper thread\n");
215 DEBUG_AGENT ("agent: signalling helper thread\n");
222 DEBUG_AGENT ("agent: waiting for helper thread's response\n");
231 DEBUG_AGENT ("agent: helper thread's response received\n");
240 DEBUG_AGENT ("agent: stop helper thread\n");
  /src/external/gpl3/gdb/dist/gdbserver/
ax.cc 27 bool debug_agent = 0; variable
  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.cc 27 bool debug_agent = 0; variable

Completed in 26 milliseconds