Home
last modified time | relevance | path

Searched refs:GetThreadRef (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DExecutionContext.h572 GetThreadRef () const;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectRegister.cpp450 m_exe_ctx.GetThreadRef().Flush(); in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DIOHandler.cpp4074 exe_ctx.GetThreadRef().StepIn(true, true); in MenuDelegateAction()
4086 exe_ctx.GetThreadRef().StepOut(); in MenuDelegateAction()
4098 exe_ctx.GetThreadRef().StepOver(true); in MenuDelegateAction()
5077 exe_ctx.GetThreadRef().StepOut(); in WindowDelegateHandleChar()
5088 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()
5100 exe_ctx.GetThreadRef().StepIn(source_step, avoid_code_without_debug_info); in WindowDelegateHandleChar()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DExecutionContext.cpp318 ExecutionContext::GetThreadRef () const in GetThreadRef() function in ExecutionContext
DTarget.cpp2148 …cur_hook_sp->GetThreadSpecifier()->ThreadPassesBasicTests(exc_ctx_with_reasons[i].GetThreadRef()))) in RunStopHooks()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangUserExpression.cpp838 … lldb::ThreadPlanSP call_plan_sp(new ThreadPlanCallUserExpression (exe_ctx.GetThreadRef(), in Execute()