Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h332 CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name, in CreateScriptedStopHook() function
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h112 CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name,
H A DScriptInterpreterPython.cpp1895 StructuredData::GenericSP ScriptInterpreterPythonImpl::CreateScriptedStopHook( in CreateScriptedStopHook() function in ScriptInterpreterPythonImpl
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp3646 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()