Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DExecutionContext.h519 Thread &GetThreadRef() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DLLVMUserExpression.cpp150 exe_ctx.GetThreadRef(), wrapper_address, args, options, in DoExecute()
H A DIRInterpreter.cpp1631 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args, in Interpret()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp371 m_exe_ctx.GetThreadRef().Flush(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1254 exe_ctx.GetThreadRef(), Address(static_initializer), CompilerType(), in RunStaticInitializers()
1259 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3504 exe_ctx.GetThreadRef().StepIn(true); in MenuDelegateAction()
3516 exe_ctx.GetThreadRef().StepOut(); in MenuDelegateAction()
3528 exe_ctx.GetThreadRef().StepOver(true); in MenuDelegateAction()
4432 exe_ctx.GetThreadRef().StepOut(); in WindowDelegateHandleChar()
4445 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar()
4458 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DExecutionContext.cpp241 Thread &ExecutionContext::GetThreadRef() const { in GetThreadRef() function in ExecutionContext
H A DTarget.cpp2604 exc_ctx_with_reasons[i].GetThreadRef()))) { in RunStopHooks()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp536 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()