Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.cpp66 ExecutionContext exc_ctx; in InitializeFunctionCaller() local
71 m_thread.CalculateExecutionContext(exc_ctx); in InitializeFunctionCaller()
73 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
134 ExecutionContext exc_ctx; in ShouldStop() local
135 m_thread.CalculateExecutionContext(exc_ctx); in ShouldStop()
136 m_impl_function->FetchFunctionResults(exc_ctx, m_args_addr, in ShouldStop()
138 m_impl_function->DeallocateFunctionResults(exc_ctx, m_args_addr); in ShouldStop()
141 target_so_addr.SetOpcodeLoadAddress(target_addr, exc_ctx.GetTargetPtr()); in ShouldStop()