We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c5699 commit 074aeb6Copy full SHA for 074aeb6
lldb/include/lldb/Target/Process.h
@@ -1491,10 +1491,11 @@ class Process : public std::enable_shared_from_this<Process>,
1491
/// otherwise.
1492
virtual bool IsAlive();
1493
1494
+ /// Check if a process is a live debug session, or a corefile/post-mortem.
1495
virtual bool IsLiveDebugSession() const { return true; };
1496
1497
/// Provide a way to retrieve the core dump file that is loaded for debugging.
- /// Only available if IsLiveDebugSession() returns true.
1498
+ /// Only available if IsLiveDebugSession() returns false.
1499
///
1500
/// \return
1501
/// File path to the core file.
0 commit comments