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

References

tools/lldb/source/API/SBThreadPlan.cpp
  143         SBThread(m_opaque_sp->GetThread().shared_from_this()));
  235         SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepOverRange(
  279         SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepInRange(
  313     sc = m_opaque_sp->GetThread().GetStackFrameAtIndex(0)->GetSymbolContext(
  318         SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepOut(
  354         SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForRunToAddress(
  388         SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepScripted(
  413         SBThreadPlan(m_opaque_sp->GetThread().QueueThreadPlanForStepScripted(
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
  172         ObjCLanguageRuntime::Get(*GetThread().GetProcess());
tools/lldb/source/Target/StopInfo.cpp
 1025       : StopInfo(plan_sp->GetThread(), LLDB_INVALID_UID), m_plan_sp(plan_sp),
tools/lldb/source/Target/Thread.cpp
 1032                 thread_plan_sp->GetThread().GetID());
 1046                 plan->GetName(), plan->GetThread().GetID());
 1059               plan->GetName(), plan->GetThread().GetID());
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  374   GetThread().SetStopInfoToNothing();
  462   return GetThread().RestoreThreadStateFromCheckpoint(m_stored_thread_state);
tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
   30   m_step_out_threadplan_sp = GetThread().QueueThreadPlanForStepOut(
tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
   85       ExecutionContext exe_ctx(GetThread());
tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
   47           m_owner->GetThread().GetRegisterContext()->GetPC(0);
   61   StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get();
  103   StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get();
  129       return_plan_sp = current_plan->GetThread().QueueThreadPlanForStepInRange(
  137         current_plan->GetThread().QueueThreadPlanForStepOutNoShouldStop(
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  328   StackFrame *frame = GetThread().GetStackFrameAtIndex(0).get();
  333   FileSpecList libraries_to_avoid(GetThread().GetLibrariesToAvoid());
  354     avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp();
  387   StackFrame *frame = current_plan->GetThread().GetStackFrameAtIndex(0).get();
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  196         tmp_address.Dump(s, &GetThread(), Address::DumpStyleResolvedDescription,
  208         tmp_address.Dump(s, &GetThread(), Address::DumpStyleResolvedDescription,
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  308   lldb::addr_t cur_addr = GetThread().GetRegisterContext()->GetPC();
  318     Target &target = GetThread().GetProcess()->GetTarget();
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
   41     m_start_address = GetThread().GetRegisterContext()->GetPC(0);
  102     lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0);