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() 736 VG_(gdb_printf) in handle_query()
|
D | m_gdbserver.c | 1320 UInt VG_(gdb_printf) ( const HChar *format, ... ) in VG_() argument 1369 VG_(gdb_printf) ("%s can match", in VG_() 1383 VG_(gdb_printf) (" %s", kw); in VG_() 1393 VG_(gdb_printf) (" %s", kw); in VG_() 1406 VG_(gdb_printf) ("%s does not match any of '%s'\n", in VG_() 1416 VG_(gdb_printf) ("\n"); in VG_() 1458 VG_(gdb_printf) ("missing or malformed address\n"); in VG_() 1489 VG_(gdb_printf) ("malformed integer, expecting " in VG_()
|
/external/valgrind/massif/ |
D | ms_main.c | 1953 VG_(gdb_printf) ("\n"); in print_monitor_help() 1954 VG_(gdb_printf) ("massif monitor commands:\n"); in print_monitor_help() 1955 VG_(gdb_printf) (" snapshot [<filename>]\n"); in print_monitor_help() 1956 VG_(gdb_printf) (" detailed_snapshot [<filename>]\n"); in print_monitor_help() 1957 VG_(gdb_printf) (" takes a snapshot (or a detailed snapshot)\n"); in print_monitor_help() 1958 VG_(gdb_printf) (" and saves it in <filename>\n"); in print_monitor_help() 1959 VG_(gdb_printf) (" default <filename> is massif.vgdb.out\n"); in print_monitor_help() 1960 VG_(gdb_printf) (" all_snapshots [<filename>]\n"); in print_monitor_help() 1961 VG_(gdb_printf) (" saves all snapshot(s) taken so far in <filename>\n"); in print_monitor_help() 1962 VG_(gdb_printf) (" default <filename> is massif.vgdb.out\n"); in print_monitor_help() [all …]
|
/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 | 6006 VG_(gdb_printf) in print_monitor_help() 6099 VG_(gdb_printf) ("expecting integer or slice <from>..<to>\n"); in VG_() 6104 VG_(gdb_printf) ("invalid integer or slice <from>..<to>\n"); in VG_() 6122 VG_(gdb_printf) ("expecting slice <from>..<to>\n"); in VG_() 6136 VG_(gdb_printf) ("missing/wrong 'to' of slice <from>..<to>\n"); in VG_() 6141 VG_(gdb_printf) ("<from> cannot be bigger than <to> " in VG_() 6244 VG_(gdb_printf) ("missing or malformed leak kinds set\n"); in handle_gdb_monitor_command() 6266 VG_(gdb_printf) ("missing or malformed heuristics set\n"); in handle_gdb_monitor_command() 6293 VG_(gdb_printf) ("missing or malformed integer value\n"); in handle_gdb_monitor_command() 6297 VG_(gdb_printf) ("max_loss_records_output must be >= 1," in handle_gdb_monitor_command() [all …]
|
/external/valgrind/coregrind/ |
D | m_libcprint.c | 82 VG_(gdb_printf)("%s", msg); in send_bytes_to_logging_sink()
|
/external/valgrind/helgrind/ |
D | hg_main.c | 4907 VG_(gdb_printf) in print_monitor_help() 4964 VG_(gdb_printf) ("missing or malformed address\n"); in handle_gdb_monitor_command() 4976 VG_(gdb_printf) ("no locks\n"); in handle_gdb_monitor_command() 4978 VG_(gdb_printf) ("lock with address %p not found\n", in handle_gdb_monitor_command() 4995 VG_(gdb_printf) ("len must be >=1\n"); in handle_gdb_monitor_command()
|