Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp30 #pragma mark SBStructuredData
32 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) { in SBStructuredData() function in SBStructuredData
36 SBStructuredData::SBStructuredData(const lldb::SBStructuredData &rhs) in SBStructuredData() function in SBStructuredData
41 SBStructuredData::SBStructuredData(const lldb::SBScriptObject obj, in SBStructuredData() function in SBStructuredData
60 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData() function in SBStructuredData
65 SBStructuredData::SBStructuredData(const lldb_private::StructuredDataImpl &impl) in SBStructuredData() function in SBStructuredData
70 SBStructuredData::~SBStructuredData() = default;
72 SBStructuredData &SBStructuredData::
73 operator=(const lldb::SBStructuredData &rhs) { in operator =()
80 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON()
[all …]
H A DSBDebugger.cpp138 lldb::SBStructuredData
148 SBStructuredData data; in GetProgressDataFromEvent()
153 lldb::SBStructuredData
163 SBStructuredData data; in GetDiagnosticFromEvent()
431 lldb::SBStructuredData SBDebugger::GetSetting(const char *setting) { in GetSetting()
434 SBStructuredData data; in GetSetting()
682 SBStructuredData
685 SBStructuredData data; in GetScriptInterpreterInfo()
728 SBStructuredData SBDebugger::GetBuildConfiguration() { in GetBuildConfiguration()
761 SBStructuredData data; in GetBuildConfiguration()
[all …]
H A DSBAttachInfo.cpp300 lldb::SBStructuredData SBAttachInfo::GetScriptedProcessDictionary() const { in GetScriptedProcessDictionary()
305 SBStructuredData data; in GetScriptedProcessDictionary()
315 void SBAttachInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary()
H A DSBError.cpp102 SBStructuredData SBError::GetErrorData() const { in GetErrorData()
105 SBStructuredData sb_data; in GetErrorData()
H A DSBTrace.cpp95 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start()
107 const SBStructuredData &configuration) { in Start()
H A DSBLaunchInfo.cpp357 lldb::SBStructuredData SBLaunchInfo::GetScriptedProcessDictionary() const { in GetScriptedProcessDictionary()
362 SBStructuredData data; in GetScriptedProcessDictionary()
372 void SBLaunchInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary()
H A DSBCommandInterpreter.cpp574 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics()
577 SBStructuredData data; in GetStatistics()
587 SBStructuredData SBCommandInterpreter::GetTranscript() { in GetTranscript()
590 SBStructuredData data; in GetTranscript()
H A DSBCommandReturnObject.cpp111 SBStructuredData SBCommandReturnObject::GetErrorData() { in GetErrorData()
115 SBStructuredData sb_data; in GetErrorData()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h28 class SBStructuredData {
30 SBStructuredData();
32 SBStructuredData(const lldb::SBStructuredData &rhs);
34 SBStructuredData(const lldb::SBScriptObject obj,
37 ~SBStructuredData();
39 lldb::SBStructuredData &operator=(const lldb::SBStructuredData &rhs);
69 lldb::SBStructuredData GetValueForKey(const char *key) const;
73 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
131 SBStructuredData(const lldb_private::StructuredDataImpl &impl);
133 SBStructuredData(const lldb::EventSP &event_sp);
H A DSBDebugger.h117 static lldb::SBStructuredData
121 static lldb::SBStructuredData
198 lldb::SBStructuredData GetSetting(const char *setting = nullptr);
343 void DispatchClientTelemetry(const lldb::SBStructuredData &data);
391 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);
433 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage language);
442 static SBStructuredData GetBuildConfiguration();
678 friend class SBStructuredData; variable
H A DSBTrace.h78 /// SBTrace::Start(const SBThread &thread, const SBStructuredData
90 SBError Start(const SBStructuredData &configuration);
98 /// e.g. with \a SBTrace::Start(const SBStructuredData &configuration), this
110 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
115 /// SBStructuredData &configuration), this effectively prevents future threads
H A DSBAttachInfo.h194 lldb::SBStructuredData GetScriptedProcessDictionary() const;
196 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
H A DSBLaunchInfo.h205 lldb::SBStructuredData GetScriptedProcessDictionary() const;
207 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
H A DSBError.h52 SBStructuredData GetErrorData() const;
94 friend class SBStructuredData; variable
H A DSBThreadPlan.h34 lldb::SBStructuredData &args_data);
119 lldb::SBStructuredData &args_data,
H A DSBBreakpoint.h107 SBStructuredData &extra_args);
160 SBStructuredData SerializeToStructuredData();
H A DSBCommandInterpreter.h317 SBStructuredData GetStatistics();
332 SBStructuredData GetTranscript();
H A DSBScriptObject.h41 friend class SBStructuredData;
H A DSBStringList.h50 friend class SBStructuredData; variable
H A DSBBreakpointName.h87 SBStructuredData &extra_args);
H A DSBBreakpointLocation.h72 lldb::SBStructuredData &extra_args);
H A DSBTarget.h93 lldb::SBStructuredData GetStatistics();
102 lldb::SBStructuredData GetStatistics(SBStatisticsOptions options);
764 SBStructuredData &extra_args,
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig49 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb) {
54 …return ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData>(new lldb::SBStructuredData(data_impl)…
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredDataDocstrings.i5 ) lldb::SBStructuredData;
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-swigsafecast.swig17 void PushSBClass(lua_State *L, lldb::SBStructuredData *structured_data_sb) {

12