/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlan.cpp | 42 Thread &ThreadPlan::GetThread() { in GetThread() function in ThreadPlan 123 RegisterContext *reg_ctx = GetThread().GetRegisterContext().get(); in WillResume() 133 __FUNCTION__, GetThread().GetIndexID(), in WillResume() 134 static_cast<void *>(&GetThread()), m_tid, static_cast<uint64_t>(pc), in WillResume() 200 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ValidatePlan() 206 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ValidatePlan() 216 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ShouldStop() 222 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in ShouldStop() 232 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in WillStop() 238 LLVM_PRETTY_FUNCTION, m_tid, GetThread().GetProtocolID()); in WillStop() [all …]
|
H A D | ThreadPlanTracer.cpp | 48 TargetSP target_sp(GetThread().CalculateTarget()); in GetLogStream() 55 Thread &ThreadPlanTracer::GetThread() { 70 GetThread().GetStackFrameAtIndex(0)->Dump(stream, show_frame_index, in Log() 79 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop() 136 RegisterContext *reg_ctx = GetThread().GetRegisterContext().get(); in Log() 145 pc_addr.Dump(stream, &GetThread(), Address::DumpStyleResolvedDescription, in Log() 199 if (abi->GetArgumentValues(GetThread(), value_list)) { in Log() 212 RegisterContext *reg_ctx = GetThread().GetRegisterContext().get(); in Log() 56 Thread &ThreadPlanTracer::GetThread() { GetThread() function in ThreadPlanTracer
|
H A D | ThreadPlanBase.cpp | 62 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop() 101 GetThread().DiscardThreadPlans(false); in ShouldStop() 131 GetThread().DiscardThreadPlans(false); in ShouldStop() 143 GetThread().DiscardThreadPlans(false); in ShouldStop() 154 GetThread().DiscardThreadPlans(false); in ShouldStop()
|
H A D | ThreadPlanShouldStopHere.cpp | 48 m_owner->GetThread().GetRegisterContext()->GetPC(0); in InvokeShouldStopHereCallback() 62 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get(); in DefaultShouldStopHereCallback() 104 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get(); in DefaultStepFromHereCallback() 130 return_plan_sp = current_plan->GetThread().QueueThreadPlanForStepInRange( in DefaultStepFromHereCallback() 138 current_plan->GetThread().QueueThreadPlanForStepOutNoShouldStop( in DefaultStepFromHereCallback()
|
H A D | ThreadPlanStepInRange.cpp | 57 Thread &thread = GetThread(); in SetupAvoidNoDebug() 133 DumpAddress(s.AsRawOstream(), GetThread().GetRegisterContext()->GetPC(), in ShouldStop() 167 Thread &thread = GetThread(); in ShouldStop() 307 StackFrame *frame = GetThread().GetStackFrameAtIndex(0).get(); in FrameMatchesAvoidCriteria() 312 FileSpecList libraries_to_avoid(GetThread().GetLibrariesToAvoid()); in FrameMatchesAvoidCriteria() 333 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidCriteria() 362 StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get(); in DefaultShouldStopHereCallback() 464 Thread &thread = GetThread(); in DoWillResume()
|
H A D | ThreadPlanStepOut.cpp | 173 avoid_nodebug = GetThread().GetStepOutAvoidsNoDebug(); in SetupAvoidNoDebug() 183 Thread &thread = GetThread(); in DidPush() 300 GetThread().GetStackFrameAtIndex(0)->GetStackID(); in DoPlanExplainsStop() 367 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop() 446 Thread &thread = GetThread(); in QueueInlinedStepPlan() 518 abi_sp->GetReturnValueObject(GetThread(), return_compiler_type); in CalculateReturnValue() 527 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale()
|
H A D | ThreadPlanStepThrough.cpp | 41 m_start_address = GetThread().GetRegisterContext()->GetPC(0); in ThreadPlanStepThrough() 81 Thread &thread = GetThread(); in LookForPlanToStepThroughFromCurrentPC() 100 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC() 245 Thread &thread = GetThread(); in HitOurBackstopBreakpoint()
|
H A D | ThreadPlanCallFunction.cpp | 156 RegisterContext *reg_ctx = GetThread().GetRegisterContext().get(); in ReportRegisterState() 188 Thread &thread = GetThread(); in DoTakedown() 376 GetThread().SetStopInfoToNothing(); in DidPush() 379 Thread &thread = GetThread(); in DidPush() 464 GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state); in RestoreThreadState() 472 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
H A D | ThreadPlanStepOverBreakpoint.cpp | 80 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); in DoPlanExplainsStop() 131 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); in MischiefManaged() 171 return GetThread().GetRegisterContext()->GetPC() != m_breakpoint_addr; in IsPlanStale()
|
H A D | ThreadPlanStepInstruction.cpp | 40 Thread &thread = GetThread(); in SetUpState() 100 Thread &thread = GetThread(); in IsPlanStale() 129 Thread &thread = GetThread(); in ShouldStop()
|
H A D | ThreadPlanStepRange.cpp | 104 Thread &thread = GetThread(); in InRange() 198 lldb::addr_t cur_pc = GetThread().GetRegisterContext()->GetPC(); in InSymbol() 219 Thread &thread = GetThread(); in CompareCurrentFrameToStartFrame() 321 lldb::addr_t cur_addr = GetThread().GetRegisterContext()->GetPC(); in SetNextBranchBreakpoint() 484 lldb::addr_t addr = GetThread().GetRegisterContext()->GetPC() - 1; in IsPlanStale()
|
H A D | ThreadPlanStepOverRange.cpp | 89 avoid_nodebug = GetThread().GetStepOutAvoidsNoDebug(); in SetupAvoidNoDebug() 129 Thread &thread = GetThread(); in ShouldStop() 376 Thread &thread = GetThread(); in DoWillResume()
|
H A D | StopInfo.cpp | 599 GetThread()->ResetStopInfo(); in PerformAction() 715 GetThread().GetProcess()->DisableWatchpoint(m_watch_sp, false); in DoWillResume() 724 StopInfoSP stop_info_sp = GetThread().GetPrivateStopInfo(); in DoPlanExplainsStop() 744 GetThread().SetStopInfo(m_stop_info_sp); in ShouldStop() 759 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp, true); in ResetWatchpoint() 1198 : StopInfo(plan_sp->GetThread(), LLDB_INVALID_UID), m_plan_sp(plan_sp), in StopInfoThreadPlan() 1467 ThreadSP thread_sp = stop_info_sp->GetThread(); in GetCrashingDereference()
|
H A D | ThreadPlanCallOnFunctionExit.cpp | 30 m_step_out_threadplan_sp = GetThread().QueueThreadPlanForStepOut( in DidPush()
|
H A D | StackFrame.cpp | 176 ThreadSP thread_sp = GetThread(); in GetFrameIndex() 198 ThreadSP thread_sp(GetThread()); in GetFrameCodeAddress() 255 ThreadSP thread_sp(GetThread()); in ChangePC() 1134 ThreadSP thread_sp(GetThread()); in GetRegisterContext() 1748 ThreadSP thread_sp(GetThread()); in CalculateTarget() 1759 ThreadSP thread_sp(GetThread()); in CalculateProcess() 1765 ThreadSP StackFrame::CalculateThread() { return GetThread(); } in CalculateThread() 1852 assert(GetThread() == curr_frame.GetThread()); in UpdatePreviousFrameFromCurrentFrame() 1975 m_recognized_frame_sp = GetThread() in GetRecognizedFrame()
|
H A D | ThreadPlanCallFunctionUsingABI.cpp | 64 abi->GetReturnValueObject(GetThread(), m_return_type, persistent); in SetReturnValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 60 m_trampoline_handler.SetupDispatchFunction(GetThread(), m_input_values); in InitializeFunctionCaller() 72 GetThread().CalculateExecutionContext(exc_ctx); in InitializeFunctionCaller() 138 GetThread().CalculateExecutionContext(exc_ctx); in ShouldStop() 144 if (ABISP abi_sp = GetThread().GetProcess()->GetABI()) { in ShouldStop() 160 SymbolContext sc = GetThread().GetStackFrameAtIndex(0)->GetSymbolContext( in ShouldStop() 166 m_run_to_sp = GetThread().QueueThreadPlanForStepOutNoShouldStop( in ShouldStop() 178 ObjCLanguageRuntime::Get(*GetThread().GetProcess()); in ShouldStop() 183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr); in ShouldStop() 201 GetThread(), target_so_addr, false); in ShouldStop() 204 } else if (GetThread() in ShouldStop() [all...] |
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThreadPlan.cpp | 129 SBThread SBThreadPlan::GetThread() const { 134 return SBThread(thread_plan_sp->GetThread().shared_from_this()); in GetThread() 239 thread_plan_sp->GetThread().QueueThreadPlanForStepOverRange( in QueueThreadPlanForStepOverRange() 279 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepInRange( in QueueThreadPlanForStepInRange() 309 sc = thread_plan_sp->GetThread().GetStackFrameAtIndex(0)->GetSymbolContext( in QueueThreadPlanForStepOut() 314 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut() 348 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForRunToAddress( in QueueThreadPlanForRunToAddress() 379 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted() 403 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted() 130 SBThread SBThreadPlan::GetThread() const { GetThread() function in SBThreadPlan
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlan.h | 320 Thread &GetThread(); 503 GetThread().PushPlan(thread_plan_sp); in PushPlan() 512 ThreadPlan *GetPreviousPlan() { return GetThread().GetPreviousPlan(this); } in GetPreviousPlan() 518 return GetThread().GetPrivateStopInfo(); in GetPrivateStopInfo() 522 GetThread().SetStopInfo(stop_reason_sp); in SetStopInfo()
|
H A D | ThreadPlanTracer.h | 53 Thread &GetThread();
|
H A D | Unwind.h | 61 Thread &GetThread() { return m_thread; } in GetThread() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryUnwind.cpp | 45 &frame->GetThread()->GetProcess()->GetTarget()); in DoCreateRegisterContextForFrame() 48 *frame->GetThread().get(), frame->GetConcreteFrameIndex(), in DoCreateRegisterContextForFrame() 49 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc); in DoCreateRegisterContextForFrame()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld_mac.cpp | 35 thread_t GetThread(uptr index) const; 77 thread_resume(suspended_threads_list.GetThread(i)); in RunThread() 119 thread_t SuspendedThreadsListMac::GetThread(uptr index) const { in GetThread() function in __sanitizer::SuspendedThreadsListMac 149 thread_t thread = GetThread(index); in GetRegistersAndSP()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBExecutionContextExtensions.i | 6 …thread = property(GetThread, None, doc='''A read only property that returns the same result as Get…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBExecutionContext.h | 52 SBThread GetThread() const;
|