Home | History | Annotate | Download | only in x86

Lines Matching defs:thread

23 #include "lldb/Target/Thread.h"
204 Thread *thread = m_exe_ctx.GetThreadPtr();
205 if (thread && *initialized_flag == 0)
207 RegisterContext *reg_ctx = thread->GetRegisterContext().get();
232 // on initial construction we may not have a Thread so these have to remain
896 UnwindAssembly_x86::GetNonCallSiteUnwindPlanFromAssembly (AddressRange& func, Thread& thread, UnwindPlan& unwind_plan)
898 ExecutionContext exe_ctx (thread.shared_from_this());
904 UnwindAssembly_x86::GetFastUnwindPlan (AddressRange& func, Thread& thread, UnwindPlan &unwind_plan)
906 ExecutionContext exe_ctx (thread.shared_from_this());