Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp29 uint32_t ThreadPlanStepInRange::s_default_flag_values =
37 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange
53 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange
69 ThreadPlanStepInRange::~ThreadPlanStepInRange() = default;
71 void ThreadPlanStepInRange::SetupAvoidNoDebug( in SetupAvoidNoDebug()
109 void ThreadPlanStepInRange::GetDescription(Stream *s, in GetDescription()
146 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { in ShouldStop()
329 bool ThreadPlanStepInRange::FrameMatchesAvoidCriteria() { in FrameMatchesAvoidCriteria()
393 bool ThreadPlanStepInRange::DefaultShouldStopHereCallback( in DefaultShouldStopHereCallback()
409 ThreadPlanStepInRange *step_in_range_plan = in DefaultShouldStopHereCallback()
[all …]
H A DCPPLanguageRuntime.cpp338 ret_plan_sp.reset(new ThreadPlanStepInRange(thread, range_of_curr_func, in GetStepThroughTrampolinePlan()
H A DThread.cpp1414 new ThreadPlanStepInRange(*this, range, addr_context, stop_other_threads, in QueueThreadPlanForStepInRange()
1417 ThreadPlanStepInRange *plan = in QueueThreadPlanForStepInRange()
1418 static_cast<ThreadPlanStepInRange *>(thread_plan_sp.get()); in QueueThreadPlanForStepInRange()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h21 class ThreadPlanStepInRange : public ThreadPlanStepRange,
24 ThreadPlanStepInRange(Thread &thread, const AddressRange &range,
30 ThreadPlanStepInRange(Thread &thread, const AddressRange &range,
37 ~ThreadPlanStepInRange() override;
64 GetFlags().Set(ThreadPlanStepInRange::s_default_flag_values); in SetFlagsToDefault()
69 ThreadPlanStepInRange::DefaultShouldStopHereCallback, nullptr); in SetCallbacks()
103 DISALLOW_COPY_AND_ASSIGN(ThreadPlanStepInRange);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp707 ThreadPlanStepInRange *step_in_range_plan = in DoExecute()
708 static_cast<ThreadPlanStepInRange *>(new_plan_sp.get()); in DoExecute()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile564 SRCS+= Target/ThreadPlanStepInRange.cpp