Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1271 virtual StopHookResult HandleStop(ExecutionContext &exe_ctx,
1312 StopHookResult HandleStop(ExecutionContext &exc_ctx,
1330 StopHookResult HandleStop(ExecutionContext &exc_ctx,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp2880 cur_hook_sp->HandleStop(exc_ctx, output_sp); in RunStopHooks()
3695 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookCommandLine
3750 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookScripted