Searched refs:SBStructuredData (Results 1 – 14 of 14) sorted by relevance
25 #pragma mark SBStructuredData27 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) {} in SBStructuredData() function in SBStructuredData29 SBStructuredData::SBStructuredData(const lldb::SBStructuredData &rhs) in SBStructuredData() function in SBStructuredData32 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData() function in SBStructuredData35 SBStructuredData::SBStructuredData(lldb_private::StructuredDataImpl *impl) in SBStructuredData() function in SBStructuredData38 SBStructuredData::~SBStructuredData() {} in ~SBStructuredData()40 SBStructuredData &SBStructuredData::110 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const { in GetValueForKey()114 SBStructuredData result; in GetValueForKey()119 lldb::SBStructuredData SBStructuredData::GetItemAtIndex(size_t idx) const { in GetItemAtIndex()[all …]
36 lldb::SBStructuredData SBTraceOptions::getTraceParams(lldb::SBError &error) { in getTraceParams()40 lldb::SBStructuredData structData; in getTraceParams()54 void SBTraceOptions::setTraceParams(lldb::SBStructuredData ¶ms) { in setTraceParams()
520 SBStructuredData SBDebugger::GetBuildConfiguration() { in GetBuildConfiguration()527 SBStructuredData data; in GetBuildConfiguration()866 SBStructuredData SBDebugger::GetAvailablePlatformInfoAtIndex(uint32_t idx) { in GetAvailablePlatformInfoAtIndex()867 SBStructuredData data; in GetAvailablePlatformInfoAtIndex()
907 lldb::SBStructuredData909 return SBStructuredData(event.GetSP()); in GetStructuredDataFromEvent()
186 SBStructuredData SBTarget::GetStatistics() { in GetStatistics()187 SBStructuredData data; in GetStatistics()1075 SBStructuredData &extra_args, in BreakpointCreateFromScript()
18 class SBStructuredData {20 SBStructuredData();22 SBStructuredData(const lldb::SBStructuredData &rhs);24 SBStructuredData(const lldb::EventSP &event_sp);26 SBStructuredData(lldb_private::StructuredDataImpl *impl);28 ~SBStructuredData();30 lldb::SBStructuredData &operator=(const lldb::SBStructuredData &rhs);64 lldb::SBStructuredData GetValueForKey(const char *key) const;70 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
29 lldb::SBStructuredData getTraceParams(lldb::SBError &error);36 void setTraceParams(lldb::SBStructuredData ¶ms);
156 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);186 static SBStructuredData GetBuildConfiguration();
62 friend class SBStructuredData; variable
76 friend class SBStructuredData; variable
74 class LLDB_API SBStructuredData; variable
99 lldb::SBStructuredData GetStatistics();713 SBStructuredData &extra_args,
225 static lldb::SBStructuredData
59 SRCS+= API/SBStructuredData.cpp