Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching defs:thread

34 #include "lldb/Target/Thread.h"
117 Thread *thread = exe_ctx.GetThreadPtr();
118 if (thread == NULL)
121 thread = exe_ctx.GetThreadPtr();
123 if (thread)
125 exe_ctx.SetFrameSP(thread->GetSelectedFrame());
278 AppleObjCRuntime::GetStepThroughTrampolinePlan (Thread &thread, bool stop_others)
282 thread_plan_sp = m_objc_trampoline_handler_ap->GetStepThroughDispatchPlan (thread, stop_others);