Searched refs:traceLoading (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/debug/
H A DTeamDebugger.h26 int32 argCount, bool traceLoading);
35 int32 argCount, bool traceLoading);
/haiku/src/bin/debug/
H A Ddebug_utils.h12 bool traceLoading);
H A Ddebug_utils.cpp77 load_program(const char* const* args, int32 argCount, bool traceLoading) argument
108 B_NORMAL_PRIORITY, (traceLoading ? 0 : B_WAIT_TILL_LOADED), -1, 0);
/haiku/src/kits/debug/
H A DTeamDebugger.cpp87 bool traceLoading)
90 thread_id thread = _LoadProgram(args, argCount, traceLoading);
121 bool traceLoading)
152 B_NORMAL_PRIORITY, (traceLoading ? 0 : B_WAIT_TILL_LOADED), -1, 0);
86 LoadProgram(const char* const* args, int32 argCount, bool traceLoading) argument
120 _LoadProgram(const char* const* args, int32 argCount, bool traceLoading) argument
/haiku/src/bin/debug/strace/
H A Dstrace.cpp562 bool traceLoading = false; local
692 traceLoading = true;
755 threadID = load_program(programArgs, programArgCount, traceLoading);

Completed in 60 milliseconds