Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp67 ExecutionContext exc_ctx; in InitializeFunctionCaller() local
137 ExecutionContext exc_ctx; in ShouldStop() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h287 ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2950 for (auto exc_ctx : exc_ctx_with_reasons) { in RunStopHooks() local
3711 bool Target::StopHook::ExecutionContextPasses(const ExecutionContext &exc_ctx) { in ExecutionContextPasses()
3799 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
3854 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1665 StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop()