Home
last modified time | relevance | path

Searched refs:GetThread (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThreadPlan.cpp91 SBThread SBThreadPlan::GetThread() const { in GetThread() function in SBThreadPlan
93 return SBThread(m_opaque_sp->GetThread().shared_from_this()); in GetThread()
164 SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepOverRange( in QueueThreadPlanForStepOverRange()
198 SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepInRange( in QueueThreadPlanForStepInRange()
222 sc = m_opaque_sp->GetThread().GetStackFrameAtIndex(0)->GetSymbolContext( in QueueThreadPlanForStepOut()
227 SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
255 SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForRunToAddress( in QueueThreadPlanForRunToAddress()
279 SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()
H A DSBExecutionContext.cpp84 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp50 m_owner->GetThread().GetRegisterContext()->GetPC(0); in InvokeShouldStopHereCallback()
64 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get(); in DefaultShouldStopHereCallback()
107 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get(); in DefaultStepFromHereCallback()
135 return_plan_sp = current_plan->GetThread().QueueThreadPlanForStepInRange( in DefaultStepFromHereCallback()
143 current_plan->GetThread().QueueThreadPlanForStepOutNoShouldStop( in DefaultStepFromHereCallback()
H A DThreadPlanStepInRange.cpp330 StackFrame *frame = GetThread().GetStackFrameAtIndex(0).get(); in FrameMatchesAvoidCriteria()
335 FileSpecList libraries_to_avoid(GetThread().GetLibrariesToAvoid()); in FrameMatchesAvoidCriteria()
356 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidCriteria()
397 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get(); in DefaultShouldStopHereCallback()
H A DThreadPlanStepThrough.cpp45 m_start_address = GetThread().GetRegisterContext()->GetPC(0); in ThreadPlanStepThrough()
111 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC()
H A DStackFrame.cpp166 ThreadSP thread_sp = GetThread(); in GetFrameIndex()
188 ThreadSP thread_sp(GetThread()); in GetFrameCodeAddress()
216 ThreadSP thread_sp(GetThread()); in ChangePC()
301 ThreadSP thread_sp(GetThread()); in GetSymbolContext()
1120 ThreadSP thread_sp(GetThread()); in GetRegisterContext()
1756 ThreadSP thread_sp(GetThread()); in CalculateTarget()
1767 ThreadSP thread_sp(GetThread()); in CalculateProcess()
1773 ThreadSP StackFrame::CalculateThread() { return GetThread(); } in CalculateThread()
1852 assert(GetThread() == curr_frame.GetThread()); in UpdatePreviousFrameFromCurrentFrame()
H A DThreadPlanCallOnFunctionExit.cpp31 m_step_out_threadplan_sp = GetThread().QueueThreadPlanForStepOut( in DidPush()
H A DThreadPlanCallUserExpression.cpp89 ExecutionContext exe_ctx(GetThread()); in MischiefManaged()
H A DThreadPlanCallFunction.cpp405 GetThread().SetStopInfoToNothing(); in DidPush()
495 return GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state); in RestoreThreadState()
H A DThreadPlanStepOut.cpp196 tmp_address.Dump(s, &GetThread(), Address::DumpStyleResolvedDescription, in GetDescription()
208 tmp_address.Dump(s, &GetThread(), Address::DumpStyleResolvedDescription, in GetDescription()
H A DThreadPlanStepRange.cpp306 lldb::addr_t cur_addr = GetThread().GetRegisterContext()->GetPC(); in SetNextBranchBreakpoint()
316 Target &target = GetThread().GetProcess()->GetTarget(); in SetNextBranchBreakpoint()
H A DThread.cpp210 thread_sp = event_data->GetThread(); in GetThreadFromEvent()
227 ThreadSP thread_sp = event_data->GetThread(); in GetStackFrameFromEvent()
1056 thread_plan_sp->GetThread().GetID()); in PushPlan()
1070 plan->GetName(), plan->GetThread().GetID()); in PopPlan()
1084 plan->GetName(), plan->GetThread().GetID()); in DiscardPlan()
1662 Thread *thread = frame_sp->GetThread().get(); in ReturnFromFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp44 &frame->GetThread()->GetProcess()->GetTarget()); in DoCreateRegisterContextForFrame()
47 *frame->GetThread().get(), frame->GetConcreteFrameIndex(), in DoCreateRegisterContextForFrame()
48 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc)); in DoCreateRegisterContextForFrame()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cc36 thread_t GetThread(uptr index) const;
78 thread_resume(suspended_threads_list.GetThread(i)); in RunThread()
116 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac
146 thread_t thread = GetThread(index); in GetRegistersAndSP()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h381 Thread &GetThread() { return m_thread; } in GetThread() function
383 const Thread &GetThread() const { return m_thread; } in GetThread() function
H A DUnwind.h63 Thread &GetThread() { return m_thread; } in GetThread() function
H A DStopInfo.h37 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
H A DStackFrame.h128 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
H A DRegisterContext.h150 virtual Thread &GetThread() { return m_thread; } in GetThread() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExecutionContext.h49 SBThread GetThread() const;
H A DSBThreadPlan.h64 SBThread GetThread() const;
H A DSBFrame.h127 lldb::SBThread GetThread() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DMaterializer.h55 m_thread_wp = frame_sp->GetThread(); in Dematerializer()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp177 GetThread().GetProcess()->GetObjCLanguageRuntime(); in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h124 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function

12