Searched refs:GetThreadRef (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 139 lldb::tid_t expr_thread_id = exe_ctx.GetThreadRef().GetID(); in DoExecute() 153 exe_ctx.GetThreadRef(), wrapper_address, args, options, in DoExecute()
|
| H A D | IRInterpreter.cpp | 1451 exe_ctx.GetThreadRef(), funcAddr, *prototype, *returnType, args, in Interpret()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 441 Thread &GetThreadRef() const;
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThreadUtil.cpp | 185 Thread &thread = m_exe_ctx.GetThreadRef(); in DoExecute()
|
| H A D | CommandObjectRegister.cpp | 372 m_exe_ctx.GetThreadRef().Flush(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 273 if (abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values)) { in NotifyBreakpointHit()
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 374 if (abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values)) { in NotifyBreakpointHit()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 234 Thread &ExecutionContext::GetThreadRef() const { in GetThreadRef() function in ExecutionContext
|
| H A D | Target.cpp | 3521 GetThreadSpecifier()->ThreadPassesBasicTests(exc_ctx.GetThreadRef()); in ExecutionContextPasses()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1529 exe_ctx.GetThreadRef(), Address(static_initializer), CompilerType(), in RunStaticInitializers() 1534 exe_ctx.GetThreadRef().GetProcess()->RunThreadPlan( in RunStaticInitializers()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 436 abi->GetArgumentValues(exe_ctx.GetThreadRef(), argument_values); in RefreshTrampolines()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 6399 exe_ctx.GetThreadRef().StepIn(true); in MenuDelegateAction() 6413 exe_ctx.GetThreadRef().StepOut(frame_idx); in MenuDelegateAction() 6426 exe_ctx.GetThreadRef().StepOver(true); in MenuDelegateAction() 7374 exe_ctx.GetThreadRef().StepOut(frame_idx); in WindowDelegateHandleChar() 7387 exe_ctx.GetThreadRef().StepOver(source_step); in WindowDelegateHandleChar() 7400 exe_ctx.GetThreadRef().StepIn(source_step); in WindowDelegateHandleChar()
|