Home
last modified time | relevance | path

Searched refs:ThreadPlanStepInRange (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h20 class ThreadPlanStepInRange : public ThreadPlanStepRange,
23 ThreadPlanStepInRange(Thread &thread, const AddressRange &range,
29 ~ThreadPlanStepInRange() override;
58 GetFlags().Set(ThreadPlanStepInRange::s_default_flag_values); in SetFlagsToDefault()
63 ThreadPlanStepInRange::DefaultShouldStopHereCallback, nullptr); in SetCallbacks()
86 ThreadPlanStepInRange(const ThreadPlanStepInRange &) = delete;
87 const ThreadPlanStepInRange &
88 operator=(const ThreadPlanStepInRange &) = delete;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp29 uint32_t ThreadPlanStepInRange::s_default_flag_values =
35 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange
51 ThreadPlanStepInRange::~ThreadPlanStepInRange() = default;
53 void ThreadPlanStepInRange::SetupAvoidNoDebug( in SetupAvoidNoDebug()
91 void ThreadPlanStepInRange::GetDescription(Stream *s, in GetDescription()
128 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { in ShouldStop()
294 void ThreadPlanStepInRange::SetAvoidRegexp(const char *name) { in SetAvoidRegexp()
301 void ThreadPlanStepInRange::SetDefaultFlagValue(uint32_t new_value) { in SetDefaultFlagValue()
303 ThreadPlanStepInRange::s_default_flag_values = new_value; in SetDefaultFlagValue()
306 bool ThreadPlanStepInRange::FrameMatchesAvoidCriteria() { in FrameMatchesAvoidCriteria()
[all …]
H A DThread.cpp1286 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInRange( in QueueThreadPlanForStepInRange()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h102 GetFlags().Set(ThreadPlanStepInRange::GetDefaultFlagsValue()); in SetFlagsToDefault()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp404 ret_plan_sp = std::make_shared<ThreadPlanStepInRange>( in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp527 ThreadPlanStepInRange *step_in_range_plan = in DoExecute()
528 static_cast<ThreadPlanStepInRange *>(new_plan_sp.get()); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DMakefile676 SRCS+= Target/ThreadPlanStepInRange.cpp