Home
last modified time | relevance | path

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

/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h61 bool IsPostMortem() const { return fIsPostMortem; } in IsPostMortem()
263 bool fIsPostMortem; variable
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp223 fIsPostMortem(false), in TeamDebugger()
351 fIsPostMortem = interface->IsPostMortem(); in Init()