Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h95 CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name,
H A DScriptInterpreterPython.cpp1631 StructuredData::GenericSP ScriptInterpreterPythonImpl::CreateScriptedStopHook( in CreateScriptedStopHook() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h276 CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name, in CreateScriptedStopHook() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3847 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()