Searched defs:IsLiveDebugSession (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ | ||
H A D | PostMortemProcess.h | 27 bool IsLiveDebugSession() const override { return false; } IsLiveDebugSession() function |
H A D | Process.h | 1503 virtual bool IsLiveDebugSession() const { return true; }; IsLiveDebugSession() function |