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

/external/valgrind/coregrind/m_gdbserver/
H A Dserver.c554 /* handle_gdb_monitor_command handles the provided mon string command,
561 int handle_gdb_monitor_command (char *mon) function
662 handled = handle_gdb_monitor_command (cmd);
731 if (handle_gdb_monitor_command (cmd)) {
/external/valgrind/massif/
H A Dms_main.c1969 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req);
1997 Bool handled = handle_gdb_monitor_command (tid, (HChar*)argv[1]);
2355 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.c4919 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) function
5441 Bool handled = handle_gdb_monitor_command (tid, (HChar*)args[1]);
/external/valgrind/memcheck/
H A Dmc_main.c6150 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) function
6833 Bool handled = handle_gdb_monitor_command (tid, (HChar*)arg[1]);

Completed in 262 milliseconds