Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedStopHookInterface.h26 virtual llvm::Expected<bool> HandleStop(ExecutionContext &exe_ctx, in HandleStop() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedStopHookPythonInterface.h35 llvm::Expected<bool> HandleStop(ExecutionContext &exe_ctx,
H A DScriptedStopHookPythonInterface.cpp43 ScriptedStopHookPythonInterface::HandleStop(ExecutionContext &exe_ctx, in HandleStop() function in ScriptedStopHookPythonInterface
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1359 virtual StopHookResult HandleStop(ExecutionContext &exe_ctx,
1407 StopHookResult HandleStop(ExecutionContext &exc_ctx,
1425 StopHookResult HandleStop(ExecutionContext &exc_ctx,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3159 auto result = cur_hook_sp->HandleStop(exc_ctx, output_sp); in RunStopHooks()
3955 Target::StopHookCommandLine::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookCommandLine
4029 Target::StopHookScripted::HandleStop(ExecutionContext &exc_ctx, in HandleStop() function in Target::StopHookScripted
4038 auto should_stop_or_err = m_interface_sp->HandleStop(exc_ctx, stream); in HandleStop()