Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h271 GetDynamicSettings(StructuredData::ObjectSP plugin_module_sp, Target *target, in GetDynamicSettings() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h266 GetDynamicSettings(StructuredData::ObjectSP plugin_module_sp, Target *target,
H A DScriptInterpreterPython.cpp2038 StructuredData::DictionarySP ScriptInterpreterPython::GetDynamicSettings( in GetDynamicSettings() function in ScriptInterpreterPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp381 interpreter->GetDynamicSettings(module_object_sp, &GetTarget(), in ParsePythonTargetDefinition()