Home
last modified time | relevance | path

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

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