| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBThreadPlan.cpp | 91 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 D | SBExecutionContext.cpp | 84 SBThread SBExecutionContext::GetThread() const { in GetThread() function in SBExecutionContext
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanShouldStopHere.cpp | 50 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 D | ThreadPlanStepInRange.cpp | 330 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 D | ThreadPlanStepThrough.cpp | 45 m_start_address = GetThread().GetRegisterContext()->GetPC(0); in ThreadPlanStepThrough() 111 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC()
|
| H A D | StackFrame.cpp | 166 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 D | ThreadPlanCallOnFunctionExit.cpp | 31 m_step_out_threadplan_sp = GetThread().QueueThreadPlanForStepOut( in DidPush()
|
| H A D | ThreadPlanCallUserExpression.cpp | 89 ExecutionContext exe_ctx(GetThread()); in MischiefManaged()
|
| H A D | ThreadPlanCallFunction.cpp | 405 GetThread().SetStopInfoToNothing(); in DidPush() 495 return GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state); in RestoreThreadState()
|
| H A D | ThreadPlanStepOut.cpp | 196 tmp_address.Dump(s, &GetThread(), Address::DumpStyleResolvedDescription, in GetDescription() 208 tmp_address.Dump(s, &GetThread(), Address::DumpStyleResolvedDescription, in GetDescription()
|
| H A D | ThreadPlanStepRange.cpp | 306 lldb::addr_t cur_addr = GetThread().GetRegisterContext()->GetPC(); in SetNextBranchBreakpoint() 316 Target &target = GetThread().GetProcess()->GetTarget(); in SetNextBranchBreakpoint()
|
| H A D | Thread.cpp | 210 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 D | HistoryUnwind.cpp | 44 &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 D | sanitizer_stoptheworld_mac.cc | 36 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 D | ThreadPlan.h | 381 Thread &GetThread() { return m_thread; } in GetThread() function 383 const Thread &GetThread() const { return m_thread; } in GetThread() function
|
| H A D | Unwind.h | 63 Thread &GetThread() { return m_thread; } in GetThread() function
|
| H A D | StopInfo.h | 37 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
|
| H A D | StackFrame.h | 128 lldb::ThreadSP GetThread() const { return m_thread_wp.lock(); } in GetThread() function
|
| H A D | RegisterContext.h | 150 virtual Thread &GetThread() { return m_thread; } in GetThread() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBExecutionContext.h | 49 SBThread GetThread() const;
|
| H A D | SBThreadPlan.h | 64 SBThread GetThread() const;
|
| H A D | SBFrame.h | 127 lldb::SBThread GetThread() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | Materializer.h | 55 m_thread_wp = frame_sp->GetThread(); in Dematerializer()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 177 GetThread().GetProcess()->GetObjCLanguageRuntime(); in ShouldStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/ |
| H A D | NativeRegisterContext.h | 124 virtual NativeThreadProtocol &GetThread() { return m_thread; } in GetThread() function
|