Home
last modified time | relevance | path

Searched refs:SBStructuredData (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStructuredData.cpp25 #pragma mark SBStructuredData
27 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) {} in SBStructuredData() function in SBStructuredData
29 SBStructuredData::SBStructuredData(const lldb::SBStructuredData &rhs) in SBStructuredData() function in SBStructuredData
32 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData() function in SBStructuredData
35 SBStructuredData::SBStructuredData(lldb_private::StructuredDataImpl *impl) in SBStructuredData() function in SBStructuredData
38 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 …]
H A DSBTraceOptions.cpp36 lldb::SBStructuredData SBTraceOptions::getTraceParams(lldb::SBError &error) { in getTraceParams()
40 lldb::SBStructuredData structData; in getTraceParams()
54 void SBTraceOptions::setTraceParams(lldb::SBStructuredData &params) { in setTraceParams()
H A DSBDebugger.cpp520 SBStructuredData SBDebugger::GetBuildConfiguration() { in GetBuildConfiguration()
527 SBStructuredData data; in GetBuildConfiguration()
866 SBStructuredData SBDebugger::GetAvailablePlatformInfoAtIndex(uint32_t idx) { in GetAvailablePlatformInfoAtIndex()
867 SBStructuredData data; in GetAvailablePlatformInfoAtIndex()
H A DSBProcess.cpp907 lldb::SBStructuredData
909 return SBStructuredData(event.GetSP()); in GetStructuredDataFromEvent()
H A DSBTarget.cpp186 SBStructuredData SBTarget::GetStatistics() { in GetStatistics()
187 SBStructuredData data; in GetStatistics()
1075 SBStructuredData &extra_args, in BreakpointCreateFromScript()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStructuredData.h18 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;
H A DSBTraceOptions.h29 lldb::SBStructuredData getTraceParams(lldb::SBError &error);
36 void setTraceParams(lldb::SBStructuredData &params);
H A DSBDebugger.h156 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);
186 static SBStructuredData GetBuildConfiguration();
H A DSBError.h62 friend class SBStructuredData; variable
H A DSBStream.h76 friend class SBStructuredData; variable
H A DSBDefines.h74 class LLDB_API SBStructuredData; variable
H A DSBTarget.h99 lldb::SBStructuredData GetStatistics();
713 SBStructuredData &extra_args,
H A DSBProcess.h225 static lldb::SBStructuredData
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile59 SRCS+= API/SBStructuredData.cpp