Searched refs:gdb_printf (Results 1 - 8 of 8) sorted by relevance
/external/valgrind/main/include/ |
H A D | pub_tool_gdbserver.h | 134 // The output of VG_(gdb_printf) is not subject to 'output control' 136 // The output of VG_(gdb_printf) is given to gdb/vgdb. The only case 143 // Typically, VG_(gdb_printf) has to be used when there is no point 147 extern UInt VG_(gdb_printf) ( const HChar *format, ... ) PRINTF_CHECK(1, 2); 166 report indicates when to output an error msg with VG_(gdb_printf). 187 reports problem to the user using VG_(gdb_printf)
|
/external/valgrind/main/callgrind/ |
H A D | main.c | 1494 VG_(gdb_printf)("events-%d: %s\n", t, buf); 1495 VG_(gdb_printf)("frames-%d: %d\n", t, CLG_(current_call_stack).sp); 1504 VG_(gdb_printf)("function-%d-%d: %s\n",t, i, from->cxt->fn[0]->name); 1505 VG_(gdb_printf)("calls-%d-%d: %llu\n",t, i, ce->jcc->call_counter); 1516 VG_(gdb_printf)("%s\n", buf); 1520 VG_(gdb_printf)("function-%d-%d: %s\n",t, i, to->cxt->fn[0]->name ); 1532 VG_(gdb_printf)("instrumentation: %s\n", 1536 VG_(gdb_printf)("executed-bbs: %llu\n", CLG_(stat).bb_executions); 1537 VG_(gdb_printf)("executed-calls: %llu\n", CLG_(stat).call_counter); 1538 VG_(gdb_printf)("distinc [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
H A D | server.c | 223 VG_(gdb_printf) ( 238 if (int_value) { VG_(gdb_printf) ( 278 VG_(gdb_printf) ("missing or malformed integer value\n"); 299 VG_(gdb_printf) ("valgrind output will go to gdb\n"); 304 VG_(gdb_printf) ("valgrind output will go to log\n"); 309 VG_(gdb_printf) 330 VG_(gdb_printf) 335 VG_(gdb_printf) 404 VG_(gdb_printf) 659 VG_(gdb_printf) [all...] |
H A D | m_gdbserver.c | 1281 UInt VG_(gdb_printf) ( const HChar *format, ... ) function 1330 VG_(gdb_printf) ("%s can match", 1344 VG_(gdb_printf) (" %s", kw); 1354 VG_(gdb_printf) (" %s", kw); 1367 VG_(gdb_printf) ("%s does not match any of '%s'\n", 1377 VG_(gdb_printf) ("\n"); 1419 VG_(gdb_printf) ("missing or malformed address\n"); 1450 VG_(gdb_printf) ("malformed integer, expecting "
|
/external/valgrind/main/massif/ |
H A D | ms_main.c | 1963 VG_(gdb_printf) ("\n"); 1964 VG_(gdb_printf) ("massif monitor commands:\n"); 1965 VG_(gdb_printf) (" snapshot [<filename>]\n"); 1966 VG_(gdb_printf) (" detailed_snapshot [<filename>]\n"); 1967 VG_(gdb_printf) (" takes a snapshot (or a detailed snapshot)\n"); 1968 VG_(gdb_printf) (" and saves it in <filename>\n"); 1969 VG_(gdb_printf) (" default <filename> is massif.vgdb.out\n"); 1970 VG_(gdb_printf) ("\n"); 2375 VG_(gdb_printf)
|
/external/valgrind/main/coregrind/ |
H A D | m_libcprint.c | 34 #include "pub_core_gdbserver.h" // VG_(gdb_printf) 80 VG_(gdb_printf)("%s", msg);
|
/external/valgrind/main/memcheck/ |
H A D | mc_main.c | 5477 VG_(gdb_printf) 5604 VG_(gdb_printf) ("missing or malformed leak kinds set\n"); 5623 VG_(gdb_printf) ("missing or malformed heuristics set\n"); 5650 VG_(gdb_printf) ("missing or malformed integer value\n"); 5654 VG_(gdb_printf) ("max_loss_records_output must be >= 1, got %d\n", 5764 VG_(gdb_printf) ("malformed or missing integer\n"); 5768 VG_(gdb_printf) ("invalid loss record nr\n"); 5780 VG_(gdb_printf) ("Cannot search who points at 0x0\n");
|
/external/valgrind/main/helgrind/ |
H A D | hg_main.c | 4745 VG_(gdb_printf) 4795 VG_(gdb_printf) ("no locks\n");
|
Completed in 164 milliseconds