HomeSort by relevance Sort by last modified time
    Searched refs:gdb_printf (Results 1 - 8 of 8) sorted by null

  /external/valgrind/include/
pub_tool_gdbserver.h 132 // The output of VG_(gdb_printf) is not subject to 'output control'
134 // The output of VG_(gdb_printf) is given to gdb/vgdb. The only case
141 // Typically, VG_(gdb_printf) has to be used when there is no point
145 extern UInt VG_(gdb_printf) ( const HChar *format, ... ) PRINTF_CHECK(1, 2);
164 report indicates when to output an error msg with VG_(gdb_printf).
185 reports problem to the user using VG_(gdb_printf)
  /external/valgrind/callgrind/
main.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c 227 VG_(gdb_printf) (
242 if (int_value) { VG_(gdb_printf) (
283 VG_(gdb_printf) ("missing or malformed integer value\n");
304 VG_(gdb_printf) ("valgrind output will go to gdb\n");
309 VG_(gdb_printf) ("valgrind output will go to log\n");
314 VG_(gdb_printf)
347 VG_(gdb_printf)
356 VG_(gdb_printf)
425 VG_(gdb_printf)
736 VG_(gdb_printf)
    [all...]
m_gdbserver.c 1320 UInt VG_(gdb_printf) ( const HChar *format, ... ) function
    [all...]
  /external/valgrind/massif/
ms_main.c     [all...]
  /external/valgrind/memcheck/
mc_main.c     [all...]
  /external/valgrind/coregrind/
m_libcprint.c 35 #include "pub_core_gdbserver.h" // VG_(gdb_printf)
82 VG_(gdb_printf)("%s", msg);
  /external/valgrind/helgrind/
hg_main.c     [all...]

Completed in 402 milliseconds