Home
last modified time | relevance | path

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

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