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

References

tools/lldb/source/Target/Process.cpp
 4616   if (!thread_plan_sp) {
 4623   if (!thread_plan_sp->ValidatePlan(nullptr)) {
 4646   RestorePlanState thread_plan_restorer(thread_plan_sp);
 4653   thread_plan_sp->SetPrivate(false);
 4659   thread_plan_sp->SetIsMasterPlan(true);
 4660   thread_plan_sp->SetOkayToDiscard(false);
 4752       thread_plan_sp, false); // This used to pass "true" does that make sense?
 4783       thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose);
 5012                     *thread, thread_plan_sp, thread_plan_restorer, event_sp,
 5135                         *thread, thread_plan_sp, thread_plan_restorer, event_sp,
 5156                   thread_plan_sp->SetStopOthers(false);
 5225       thread_plan_sp->RestoreThreadState();
 5320                   static_cast<void *>(thread_plan_sp.get()));
 5321         thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
 5326                   static_cast<void *>(thread_plan_sp.get()));
 5333         thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
 5336       if (thread->IsThreadPlanDone(thread_plan_sp.get())) {
 5340       } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) {
 5349         if (options.DoesUnwindOnError() && thread_plan_sp) {
 5353           thread->DiscardThreadPlansUpToPlan(thread_plan_sp);