Searched defs:StopInfo (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
H A DStopInfo.h1 //===-- StopInfo.h ----------------------------------------------*- C++ -*-===//
24 class StopInfo class in namespace:lldb_private
33 StopInfo (Thread &thread, uint64_t value);
35 virtual ~StopInfo()
55 // The value of the StopInfo depends on the StopReason.
120 // regardless of what the ordinary logic for that StopInfo would dictate. The main example
123 // Use OverrideShouldStop on the StopInfo to implement this.
146 // This creates a StopInfo for the thread where the should_stop is already set, and won't be recalculated.
189 // at this StopInfo, that must be done in the PerformAction.
222 DISALLOW_COPY_AND_ASSIGN (StopInfo);
[all...]
/external/lldb/source/Target/
H A DStopInfo.cpp1 //===-- StopInfo.cpp ---------------------------------------------*- C++ -*-===//
12 #include "lldb/Target/StopInfo.h"
37 StopInfo::StopInfo (Thread &thread, uint64_t value) : function in class:StopInfo
48 StopInfo::IsValid () const
57 StopInfo::MakeStopInfoValid ()
68 StopInfo::HasTargetRunSinceMe ()
108 class StopInfoBreakpoint : public StopInfo
113 StopInfo (thread, break_id),
126 StopInfo (threa
[all...]

Completed in 121 milliseconds