Home
last modified time | relevance | path

Searched defs:IsLiveDebugSession (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPostMortemProcess.h27 bool IsLiveDebugSession() const override { return false; } in IsLiveDebugSession() function
H A DProcess.h1425 virtual bool IsLiveDebugSession() const { return true; }; in IsLiveDebugSession() function