Searched refs:gdb_printf (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/callgrind/ |
D | main.c | 1491 VG_(gdb_printf)("events-%d: %s\n", t, mcost); in dump_state_of_thread_togdb() 1493 VG_(gdb_printf)("frames-%d: %d\n", t, CLG_(current_call_stack).sp); in dump_state_of_thread_togdb() 1502 VG_(gdb_printf)("function-%d-%d: %s\n",t, i, from->cxt->fn[0]->name); in dump_state_of_thread_togdb() 1503 VG_(gdb_printf)("calls-%d-%d: %llu\n",t, i, ce->jcc->call_counter); in dump_state_of_thread_togdb() 1513 VG_(gdb_printf)("events-%d-%d: %s\n",t, i, mcost); in dump_state_of_thread_togdb() 1518 VG_(gdb_printf)("function-%d-%d: %s\n",t, i, to->cxt->fn[0]->name ); in dump_state_of_thread_togdb() 1529 VG_(gdb_printf)("instrumentation: %s\n", in dump_state_togdb() 1533 VG_(gdb_printf)("executed-bbs: %llu\n", CLG_(stat).bb_executions); in dump_state_togdb() 1534 VG_(gdb_printf)("executed-calls: %llu\n", CLG_(stat).call_counter); in dump_state_togdb() 1535 VG_(gdb_printf)("distinct-bbs: %d\n", CLG_(stat).distinct_bbs); in dump_state_togdb() [all …]
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.c | 227 VG_(gdb_printf) ( in handle_gdb_valgrind_command() 242 if (int_value) { VG_(gdb_printf) ( in handle_gdb_valgrind_command() 283 VG_(gdb_printf) ("missing or malformed integer value\n"); in handle_gdb_valgrind_command() 304 VG_(gdb_printf) ("valgrind output will go to gdb\n"); in handle_gdb_valgrind_command() 309 VG_(gdb_printf) ("valgrind output will go to log\n"); in handle_gdb_valgrind_command() 314 VG_(gdb_printf) in handle_gdb_valgrind_command() 347 VG_(gdb_printf) in handle_gdb_valgrind_command() 356 VG_(gdb_printf) in handle_gdb_valgrind_command() 425 VG_(gdb_printf) in handle_gdb_valgrind_command() 782 VG_(gdb_printf) in handle_query()
|
D | m_gdbserver.c | 1360 UInt VG_(gdb_printf) ( const HChar *format, ... ) in VG_() argument 1409 VG_(gdb_printf) ("%s can match", in VG_() 1423 VG_(gdb_printf) (" %s", kw); in VG_() 1433 VG_(gdb_printf) (" %s", kw); in VG_() 1446 VG_(gdb_printf) ("%s does not match any of '%s'\n", in VG_() 1456 VG_(gdb_printf) ("\n"); in VG_() 1498 VG_(gdb_printf) ("missing or malformed address\n"); in VG_() 1529 VG_(gdb_printf) ("malformed integer, expecting " in VG_()
|
/external/valgrind/include/ |
D | pub_tool_gdbserver.h | 145 extern UInt VG_(gdb_printf) ( const HChar *format, ... ) PRINTF_CHECK(1, 2);
|
/external/valgrind/memcheck/ |
D | mc_main.c | 6375 VG_(gdb_printf) in print_monitor_help() 6471 VG_(gdb_printf) ("expecting integer or slice <from>..<to>\n"); in VG_() 6476 VG_(gdb_printf) ("invalid integer or slice <from>..<to>\n"); in VG_() 6494 VG_(gdb_printf) ("expecting slice <from>..<to>\n"); in VG_() 6508 VG_(gdb_printf) ("missing/wrong 'to' of slice <from>..<to>\n"); in VG_() 6513 VG_(gdb_printf) ("<from> cannot be bigger than <to> " in VG_() 6625 VG_(gdb_printf) ("missing or malformed leak kinds set\n"); in handle_gdb_monitor_command() 6647 VG_(gdb_printf) ("missing or malformed heuristics set\n"); in handle_gdb_monitor_command() 6674 VG_(gdb_printf) ("missing or malformed integer value\n"); in handle_gdb_monitor_command() 6678 VG_(gdb_printf) ("max_loss_records_output must be >= 1," in handle_gdb_monitor_command() [all …]
|
/external/valgrind/massif/ |
D | ms_main.c | 1589 VG_(gdb_printf) ( in print_monitor_help() 1808 VG_(gdb_printf) in handle_snapshot_monitor_command() 1826 VG_(gdb_printf) in handle_all_snapshots_monitor_command()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4917 VG_(gdb_printf) in print_monitor_help() 4976 VG_(gdb_printf) ("missing or malformed address\n"); in handle_gdb_monitor_command() 4988 VG_(gdb_printf) ("no locks\n"); in handle_gdb_monitor_command() 4990 VG_(gdb_printf) ("lock with address %p not found\n", in handle_gdb_monitor_command() 5004 VG_(gdb_printf) in handle_gdb_monitor_command() 5013 VG_(gdb_printf) ("len must be >=1\n"); in handle_gdb_monitor_command()
|
/external/valgrind/coregrind/ |
D | m_libcprint.c | 590 VG_(gdb_printf)("%s", msg); in send_bytes_to_logging_sink()
|