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

/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp30 # define DEBUG_SCOPE(name) DebugScope debug(name, fInput.String())
248 struct DebugScope { struct
249 DebugScope(const char* functionName, const char* remainingString = NULL) function in struct:DebugScope
263 ~DebugScope()
281 DebugScope* fParent;
285 static DebugScope* sGlobalScope;
288 DebugScope* DebugScope::sGlobalScope = NULL;
2047 DebugScope::Print("_SetError(): %d, remaining input: \"%s\"\n",

Completed in 45 milliseconds