Home
last modified time | relevance | path

Searched defs:HandleStop (Results 1 – 3 of 3) 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.cpp43 ScriptedStopHookPythonInterface::HandleStop(ExecutionContext &exe_ctx, in HandleStop() function in ScriptedStopHookPythonInterface
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3955 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