OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdb_printf
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/callgrind/
main.c
[
all
...]
/external/valgrind/main/coregrind/m_gdbserver/
server.c
161
VG_(
gdb_printf
) (
173
if (int_value) { VG_(
gdb_printf
) (
204
VG_(
gdb_printf
) ("missing or malformed integer value\n");
206
VG_(
gdb_printf
) ("vgdb-error value changed from %d to %d\n",
210
VG_(
gdb_printf
) ("debuglog value changed from %d to %d\n",
220
VG_(
gdb_printf
) ("valgrind output will go to gdb\n");
225
VG_(
gdb_printf
) ("valgrind output will go to log\n");
230
VG_(
gdb_printf
)
252
VG_(
gdb_printf
) ("n_errs_found %d n_errs_shown %d (vgdb-error %d)\n",
294
VG_(
gdb_printf
) ("gdbserver: continuing in %d ms ...\n", int_value)
[
all
...]
m_gdbserver.c
1213
UInt VG_(
gdb_printf
) ( const HChar *format, ... )
function
[
all
...]
/external/valgrind/main/include/
pub_tool_gdbserver.h
133
extern UInt VG_(
gdb_printf
) ( const HChar *format, ... ) PRINTF_CHECK(1, 2);
152
report indicates when to output an error msg with VG_(
gdb_printf
).
170
user problems via VG_(
gdb_printf
). */
/external/valgrind/main/massif/
ms_main.c
[
all
...]
/external/valgrind/main/memcheck/
mc_main.c
[
all
...]
/external/valgrind/main/coregrind/
m_libcprint.c
78
VG_(
gdb_printf
)("%s", msg);
Completed in 2820 milliseconds