Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h1254 bool ExecutionContextPasses(const ExecutionContext &exe_ctx);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp2758 if (!cur_hook_sp->ExecutionContextPasses(exc_ctx)) in RunStopHooks()
3510 bool Target::StopHook::ExecutionContextPasses(const ExecutionContext &exc_ctx) { in ExecutionContextPasses() function in Target::StopHook