Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.cpp67 ExecutionContext exc_ctx; in InitializeFunctionCaller() local
137 ExecutionContext exc_ctx; in ShouldStop() local
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDScriptInterpreter.h287 ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.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-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp1665 StructuredData::GenericSP implementor_sp, ExecutionContext &exc_ctx, in ScriptedStopHookHandleStop()