Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h336 CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name, in CreateScriptedStopHook() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h112 CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name,
H A DScriptInterpreterPython.cpp1806 StructuredData::GenericSP ScriptInterpreterPythonImpl::CreateScriptedStopHook( in CreateScriptedStopHook() function in ScriptInterpreterPythonImpl
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3743 m_implementation_sp = script_interp->CreateScriptedStopHook( in SetScriptCallback()