Home
last modified time | relevance | path

Searched refs:DictionarySP (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h27 StructuredData::DictionarySP args_sp) { in CreatePluginObject()
44 virtual StructuredData::DictionarySP GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID()
48 virtual StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread()
57 virtual StructuredData::DictionarySP GetLoadedImages() { return nullptr; } in GetLoadedImages()
H A DOptionGroupPythonClassWithDict.h53 const StructuredData::DictionarySP GetStructuredData() { in GetStructuredData()
63 StructuredData::DictionarySP m_dict_sp;
H A DScriptInterpreter.h250 virtual StructuredData::DictionarySP
252 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
266 virtual StructuredData::DictionarySP
269 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
350 virtual StructuredData::DictionarySP
353 return StructuredData::DictionarySP(); in GetDynamicSettings()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h27 StructuredData::DictionarySP args_sp) override;
40 StructuredData::DictionarySP GetThreadWithID(lldb::tid_t tid) override;
42 StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) override;
47 StructuredData::DictionarySP GetLoadedImages() override;
H A DScriptedProcessPythonInterface.cpp28 StructuredData::DictionarySP args_sp) { in CreatePluginObject()
206 StructuredData::DictionarySP
212 StructuredData::DictionarySP
287 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
H A DScriptInterpreterPython.cpp1629 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1639 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1648 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1654 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1674 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1801 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
1811 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
1820 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
1825 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
1846 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
[all …]
H A DScriptInterpreterPythonImpl.h130 StructuredData::DictionarySP
140 StructuredData::DictionarySP
148 StructuredData::DictionarySP
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h162 lldb_private::StructuredData::DictionarySP
168 lldb_private::StructuredData::DictionarySP dictionary_sp) { in SetScriptedProcessDictionarySP()
189 StructuredData::DictionarySP
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSearchFilter.h251 StructuredData::DictionarySP
252 WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
254 void SerializeFileSpecList(StructuredData::DictionarySP &options_dict_sp,
396 void SerializeUnwrapped(StructuredData::DictionarySP &options_dict_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp150 StructuredData::DictionarySP BreakpointResolver::WrapOptionsDict( in WrapOptionsDict()
151 StructuredData::DictionarySP options_dict_sp) { in WrapOptionsDict()
153 return StructuredData::DictionarySP(); in WrapOptionsDict()
155 StructuredData::DictionarySP type_dict_sp(new StructuredData::Dictionary()); in WrapOptionsDict()
H A DBreakpointResolverScripted.cpp92 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
H A DBreakpointResolverAddress.cpp67 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
H A DBreakpointResolverFileRegex.cpp76 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
H A DBreakpointResolverFileLine.cpp94 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
H A DBreakpointOptions.cpp40 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
364 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
H A DBreakpoint.cpp83 StructuredData::DictionarySP breakpoint_dict_sp( in SerializeToStructuredData()
85 StructuredData::DictionarySP breakpoint_contents_sp( in SerializeToStructuredData()
H A DBreakpointResolverName.cpp188 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h30 StructuredData::DictionarySP GetDictionarySP() const { in GetDictionarySP()
36 StructuredData::DictionarySP m_dictionary_sp;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h120 StructuredData::DictionarySP
121 WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSearchFilter.cpp172 StructuredData::DictionarySP
173 SearchFilter::WrapOptionsDict(StructuredData::DictionarySP options_dict_sp) { in WrapOptionsDict()
175 return StructuredData::DictionarySP(); in WrapOptionsDict()
185 StructuredData::DictionarySP &options_dict_sp, OptionNames name, in SerializeFileSpecList()
612 StructuredData::DictionarySP &options_dict_sp) { in SerializeUnwrapped()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp131 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo()
404 StructuredData::DictionarySP thread_info_dict = in CreateThread()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp54 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary()); in SerializeToStructuredData()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp371 lldb_private::StructuredData::DictionarySP dict_sp = in GetScriptedProcessDictionary()
390 StructuredData::DictionarySP dict_sp; in SetScriptedProcessDictionary()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp567 StructuredData::DictionarySP BuildConfigurationData(bool enabled) { in BuildConfigurationData()
568 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData()
579 StructuredData::DictionarySP(new StructuredData::Dictionary()); in BuildConfigurationData()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h67 typedef std::shared_ptr<Dictionary> DictionarySP; typedef

12