Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h340 GetDynamicSettings(StructuredData::ObjectSP plugin_module_sp, Target *target, in GetDynamicSettings() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h146 GetDynamicSettings(StructuredData::ObjectSP plugin_module_sp, Target *target,
H A DScriptInterpreterPython.cpp1806 StructuredData::DictionarySP ScriptInterpreterPythonImpl::GetDynamicSettings( in GetDynamicSettings() function in ScriptInterpreterPythonImpl
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp325 interpreter->GetDynamicSettings(module_object_sp, &GetTarget(), in ParsePythonTargetDefinition()