Home
last modified time | relevance | path

Searched refs:exc_ctx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp67 ExecutionContext exc_ctx; in InitializeFunctionCaller() local
72 GetThread().CalculateExecutionContext(exc_ctx); in InitializeFunctionCaller()
74 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
137 ExecutionContext exc_ctx; in ShouldStop() local
138 GetThread().CalculateExecutionContext(exc_ctx); in ShouldStop()
139 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr, in ShouldStop()
141 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
148 target_so_addr.SetOpcodeLoadAddress(target_addr, exc_ctx.GetTargetPtr()); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3140 for (auto exc_ctx : exc_ctx_with_reasons) { in RunStopHooks() local
3141 if (!cur_hook_sp->ExecutionContextPasses(exc_ctx)) in RunStopHooks()
3157 exc_ctx.GetThreadPtr()->GetIndexID()); in RunStopHooks()
3159 auto result = cur_hook_sp->HandleStop(exc_ctx, output_sp); in RunStopHooks()
3867 bool Target::StopHook::ExecutionContextPasses(const ExecutionContext &exc_ctx) { in ExecutionContextPasses() argument
3873 if (exc_ctx.GetFramePtr()) in ExecutionContextPasses()
3875 exc_ctx.GetFramePtr()->GetSymbolContext(eSymbolContextEverything)); in ExecutionContextPasses()
3878 GetThreadSpecifier()->ThreadPassesBasicTests(exc_ctx.GetThreadRef()); in ExecutionContextPasses()
3955 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop() argument
3957 assert(exc_ctx.GetTargetPtr() && "Can't call PerformAction on a context " in HandleStop()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1407 StopHookResult HandleStop(ExecutionContext &exc_ctx,
1425 StopHookResult HandleStop(ExecutionContext &exc_ctx,