Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/include/lldb/Utility/
DTraceOptions.h35 const StructuredData::DictionarySP &getTraceParams() const { in getTraceParams()
45 void setTraceParams(const StructuredData::DictionarySP &dict_obj) { in setTraceParams()
69 StructuredData::DictionarySP m_trace_params;
DStructuredData.h67 typedef std::shared_ptr<Dictionary> DictionarySP; typedef
/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionGroupPythonClassWithDict.h45 const StructuredData::DictionarySP GetStructuredData() { in GetStructuredData()
55 StructuredData::DictionarySP m_dict_sp;
DScriptInterpreter.h223 virtual StructuredData::DictionarySP
225 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
239 virtual StructuredData::DictionarySP
242 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
323 virtual StructuredData::DictionarySP
326 return StructuredData::DictionarySP(); in GetDynamicSettings()
/external/llvm-project/lldb/include/lldb/Core/
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);
/external/llvm-project/lldb/source/Breakpoint/
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()
DBreakpointResolverScripted.cpp92 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
DBreakpointResolverFileRegex.cpp76 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
DBreakpointResolverAddress.cpp67 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
DBreakpointResolverFileLine.cpp95 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
DBreakpointOptions.cpp40 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
364 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
DBreakpoint.cpp84 StructuredData::DictionarySP breakpoint_dict_sp( in SerializeToStructuredData()
86 StructuredData::DictionarySP breakpoint_contents_sp( in SerializeToStructuredData()
DBreakpointResolverName.cpp188 StructuredData::DictionarySP options_dict_sp( in SerializeToStructuredData()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointResolver.h120 StructuredData::DictionarySP
121 WrapOptionsDict(StructuredData::DictionarySP options_dict_sp);
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp1571 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_RegisterInfo( in OSPlugin_RegisterInfo()
1578 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1588 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1597 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1603 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1623 return StructuredData::DictionarySP(); in OSPlugin_RegisterInfo()
1768 StructuredData::DictionarySP ScriptInterpreterPythonImpl::OSPlugin_CreateThread( in OSPlugin_CreateThread()
1779 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
1789 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
1798 return StructuredData::DictionarySP(); in OSPlugin_CreateThread()
[all …]
DScriptInterpreterPythonImpl.h127 StructuredData::DictionarySP
137 StructuredData::DictionarySP
145 StructuredData::DictionarySP
DPythonDataObjects.h581 StructuredData::DictionarySP CreateStructuredDictionary() const;
/external/llvm-project/lldb/source/Core/
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()
629 StructuredData::DictionarySP &options_dict_sp) { in SerializeUnwrapped()
/external/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp131 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo()
404 StructuredData::DictionarySP thread_info_dict = in CreateThread()
/external/llvm-project/lldb/source/API/
DSBTraceOptions.cpp50 const lldb_private::StructuredData::DictionarySP dict_obj = in getTraceParams()
/external/llvm-project/lldb/source/Target/
DThreadSpec.cpp56 StructuredData::DictionarySP data_dict_sp(new StructuredData::Dictionary()); in SerializeToStructuredData()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h95 llvm::Expected<lldb_private::StructuredData::DictionarySP>
DPlatformDarwin.cpp1390 llvm::Expected<StructuredData::DictionarySP>
1401 StructuredData::DictionarySP extended_crash_info = in FetchExtendedCrashInformation()
1498 StructuredData::DictionarySP entry_sp = in ExtractCrashInfoAnnotations()
/external/llvm-project/lldb/tools/debugserver/source/
DJSONGenerator.h43 typedef std::shared_ptr<Dictionary> DictionarySP; typedef
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp571 StructuredData::DictionarySP BuildConfigurationData(bool enabled) { in BuildConfigurationData()
572 StructuredData::DictionarySP config_sp(new StructuredData::Dictionary()); in BuildConfigurationData()
583 StructuredData::DictionarySP(new StructuredData::Dictionary()); in BuildConfigurationData()

12