Home
last modified time | relevance | path

Searched refs:ScriptedStopHookInterface (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedStopHookInterface.h17 class ScriptedStopHookInterface : public ScriptedInterface {
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedStopHookPythonInterface.h20 class ScriptedStopHookPythonInterface : public ScriptedStopHookInterface,
H A DScriptedStopHookPythonInterface.cpp32 : ScriptedStopHookInterface(), ScriptedPythonInterface(interpreter) {} in ScriptedStopHookPythonInterface()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h193 class ScriptedStopHookInterface; variable
415 typedef std::shared_ptr<lldb_private::ScriptedStopHookInterface>