Home
last modified time | relevance | path

Searched refs:_DebuggerHook (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/tools/cppunit/
H A DTestShell.h186 static void _DebuggerHook(const char* message);
/haiku/src/tools/cppunit/
H A DTestShell.cpp517 fPatchGroup->AddPatch("debugger", (void*)&_DebuggerHook, in InstallPatches()
618 BTestShell::_DebuggerHook(const char *message) in _DebuggerHook() function in BTestShell