Home
last modified time | relevance | path

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

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