Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1203 virtual StopHookResult HandleStop(ExecutionContext &exe_ctx,
1244 StopHookResult HandleStop(ExecutionContext &exc_ctx,
1262 StopHookResult HandleStop(ExecutionContext &exc_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2705 cur_hook_sp->HandleStop(exc_ctx, output_sp); in RunStopHooks()
3392 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookCommandLine
3451 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookScripted