Home
last modified time | relevance | path

Searched refs:IsPostMortem (Results 1 – 7 of 7) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h29 virtual bool IsPostMortem() const;
H A DCoreFileDebuggerInterface.cpp81 CoreFileDebuggerInterface::IsPostMortem() const in IsPostMortem() function in CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.cpp75 DebuggerInterface::IsPostMortem() const in IsPostMortem() function in DebuggerInterface
H A DDebuggerInterface.h44 virtual bool IsPostMortem() const;
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h61 bool IsPostMortem() const { return fIsPostMortem; } in IsPostMortem() function
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp114 if (debugger->TeamID() == team && !debugger->IsPostMortem()) in FindTeamDebugger()
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp351 fIsPostMortem = interface->IsPostMortem(); in Init()
512 if (!fDebuggerInterface->IsPostMortem()) { in Init()
537 if (threadID >= 0 && !fDebuggerInterface->IsPostMortem()) { in Init()