Home
last modified time | relevance | path

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

/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp244 fDebugContextPool(NULL), in LocalDebuggerInterface()
257 delete fDebugContextPool; in ~LocalDebuggerInterface()
298 fDebugContextPool = new(std::nothrow) DebugContextPool(fTeamID, fNubPort); in Init()
299 if (fDebugContextPool == NULL) in Init()
302 error = fDebugContextPool->Init(); in Init()
437 DebugContextGetter contextGetter(fDebugContextPool); in InstallBreakpoint()
467 DebugContextGetter contextGetter(fDebugContextPool); in InstallWatchpoint()
487 DebugContextGetter contextGetter(fDebugContextPool); in UninstallWatchpoint()
712 DebugContextGetter contextGetter(fDebugContextPool); in SetCpuState()
739 DebugContextGetter contextGetter(fDebugContextPool); in WriteCoreFile()
[all …]
H A DLocalDebuggerInterface.h95 DebugContextPool* fDebugContextPool; variable