Home
last modified time | relevance | path

Searched refs:debugLog_startup (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_debuglog.h59 void VG_(debugLog_startup) ( Int level, const HChar* who );
Dlauncher-darwin.c250 VG_(debugLog_startup)(loglevel, "Stage 1"); in main()
Dlauncher-linux.c343 VG_(debugLog_startup)(loglevel, "Stage 1"); in main()
Dm_debuglog.c1149 void VG_(debugLog_startup) ( Int level, const HChar* who ) in VG_() argument
Dm_main.c1193 VG_(debugLog_startup)(loglevel, "Stage 2 (main)"); in valgrind_main()
/external/valgrind/coregrind/m_gdbserver/
Dserver.c291 VG_(debugLog_startup) (int_value, "gdbsrv"); in handle_gdb_valgrind_command()