Skip to content

Commit d8e0b13

Browse files
committed
[lldb][NFC] Small comment fix in Process.h
1 parent 6807164 commit d8e0b13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/include/lldb/Target/Process.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,10 +1491,11 @@ class Process : public std::enable_shared_from_this<Process>,
14911491
/// otherwise.
14921492
virtual bool IsAlive();
14931493

1494+
/// Check if a process is a live debug session, or a corefile/post-mortem.
14941495
virtual bool IsLiveDebugSession() const { return true; };
14951496

14961497
/// Provide a way to retrieve the core dump file that is loaded for debugging.
1497-
/// Only available if IsLiveDebugSession() returns true.
1498+
/// Only available if IsLiveDebugSession() returns false.
14981499
///
14991500
/// \return
15001501
/// File path to the core file.

0 commit comments

Comments
 (0)