Searched refs:HandleStop (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ |
| H A D | ScriptedStopHookInterface.h | 26 virtual llvm::Expected<bool> HandleStop(ExecutionContext &exe_ctx, in HandleStop() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedStopHookPythonInterface.h | 35 llvm::Expected<bool> HandleStop(ExecutionContext &exe_ctx,
|
| H A D | ScriptedStopHookPythonInterface.cpp | 43 ScriptedStopHookPythonInterface::HandleStop(ExecutionContext &exe_ctx, in HandleStop() function in ScriptedStopHookPythonInterface
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1359 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 D | Target.cpp | 3159 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()
|