Searched refs:handle_gdb_monitor_command (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
H A Dserver.c542 /* handle_gdb_monitor_command handles the provided mon string command,
549 int handle_gdb_monitor_command (char *mon) function
650 handled = handle_gdb_monitor_command (cmd);
719 if (handle_gdb_monitor_command (cmd)) {
/external/valgrind/massif/
H A Dms_main.c1968 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req);
1996 Bool handled = handle_gdb_monitor_command (tid, (HChar*)argv[1]);
2354 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) function
/external/valgrind/callgrind/
H A Dmain.c1576 static Bool handle_gdb_monitor_command (ThreadId tid, const HChar *req) function
1687 Bool handled = handle_gdb_monitor_command (tid, (HChar*)args[1]);
/external/valgrind/helgrind/
H A Dhg_main.c4793 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) function
5268 Bool handled = handle_gdb_monitor_command (tid, (HChar*)args[1]);
/external/valgrind/memcheck/
H A Dmc_main.c5525 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) function
6115 Bool handled = handle_gdb_monitor_command (tid, (HChar*)arg[1]);

Completed in 150 milliseconds