Home
last modified time | relevance | path

Searched refs:IsLiveDebugSession (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DPostMortemProcess.h27 bool IsLiveDebugSession() const override { return false; } in IsLiveDebugSession() function
DProcess.h1404 virtual bool IsLiveDebugSession() const { return true; }; in IsLiveDebugSession() function
/external/llvm-project/lldb/source/Target/
DProcess.cpp6135 if (!IsLiveDebugSession()) in GetSupportedTraceType()