Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DPostMortemProcess.h27 bool IsLiveDebugSession() const override { return false; } IsLiveDebugSession() function
H A DProcess.h1503 virtual bool IsLiveDebugSession() const { return true; }; IsLiveDebugSession() function