StopInfo/Mach: Use early-exits, reflow messy comments, NFCI

llvm-svn: 374106
This commit is contained in:
Vedant Kumar 2019-10-08 19:40:13 +00:00
parent b690e000d7
commit 07c5f2a9b0
2 changed files with 503 additions and 513 deletions

View File

@ -33,10 +33,13 @@ public:
lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); }
// The value of the StopInfo depends on the StopReason. StopReason
// Meaning ----------------------------------------------
// eStopReasonBreakpoint BreakpointSiteID eStopReasonSignal
// Signal number eStopReasonWatchpoint WatchpointLocationID
// The value of the StopInfo depends on the StopReason.
//
// StopReason Meaning
// ------------------------------------------------
// eStopReasonBreakpoint BreakpointSiteID
// eStopReasonSignal Signal number
// eStopReasonWatchpoint WatchpointLocationID
// eStopReasonPlanComplete No significance
uint64_t GetValue() const { return m_value; }

File diff suppressed because it is too large Load Diff