Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dserver.c561 int handle_gdb_monitor_command (char *mon) in handle_gdb_monitor_command() function
662 handled = handle_gdb_monitor_command (cmd); in VG_()
731 if (handle_gdb_monitor_command (cmd)) { in handle_query()
/external/valgrind/massif/
Dms_main.c1969 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req);
1997 Bool handled = handle_gdb_monitor_command (tid, (HChar*)argv[1]); in ms_handle_client_request()
2355 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) in handle_gdb_monitor_command() function
/external/valgrind/callgrind/
Dmain.c1576 static Bool handle_gdb_monitor_command (ThreadId tid, const HChar *req) in handle_gdb_monitor_command() function
1687 Bool handled = handle_gdb_monitor_command (tid, (HChar*)args[1]); in CLG_()
/external/valgrind/helgrind/
Dhg_main.c4919 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) in handle_gdb_monitor_command() function
5441 Bool handled = handle_gdb_monitor_command (tid, (HChar*)args[1]); in hg_handle_client_request()
/external/valgrind/memcheck/
Dmc_main.c6150 static Bool handle_gdb_monitor_command (ThreadId tid, HChar *req) in handle_gdb_monitor_command() function
6833 Bool handled = handle_gdb_monitor_command (tid, (HChar*)arg[1]); in mc_handle_client_request()