reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/Process.cpp
 4637   if (thread == nullptr) {
 4675   const uint32_t thread_idx_id = thread->GetIndexID();
 4676   StackFrameSP selected_frame_sp = thread->GetSelectedFrame();
 4678     thread->SetSelectedFrame(nullptr);
 4679     selected_frame_sp = thread->GetSelectedFrame();
 4740     stopper_base_plan_sp.reset(new ThreadPlanBase(*thread));
 4741     thread->QueueThreadPlan(stopper_base_plan_sp, false);
 4751   thread->QueueThreadPlan(
 4762     thread->Flush();
 4787                 thread->GetIndexID(), thread->GetID(), s.GetData());
 4787                 thread->GetIndexID(), thread->GetID(), s.GetData());
 5012                     *thread, thread_plan_sp, thread_plan_restorer, event_sp,
 5135                         *thread, thread_plan_sp, thread_plan_restorer, event_sp,
 5202         thread->DiscardThreadPlansUpToPlan(stopper_base_plan_sp);
 5212       thread->GetStackFrameStatus(s, 0, UINT32_MAX, true, UINT32_MAX);
 5321         thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
 5333         thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
 5336       if (thread->IsThreadPlanDone(thread_plan_sp.get())) {
 5340       } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) {
 5353           thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
 5361     thread = GetThreadList().FindThreadByIndexID(thread_idx_id, true).get();
 5362     if (thread) {
 5363       exe_ctx.SetFrameSP(thread->GetFrameWithStackID(ctx_frame_id));