/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBStructuredData.cpp | 30 #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 D | SBDebugger.cpp | 137 lldb::SBStructuredData 147 SBStructuredData data; in GetProgressDataFromEvent() 152 lldb::SBStructuredData 162 SBStructuredData data; in GetDiagnosticFromEvent() 466 lldb::SBStructuredData SBDebugger::GetSetting(const char *setting) { in GetSetting() 469 SBStructuredData data; in GetSetting() 725 SBStructuredData 728 SBStructuredData data; in GetScriptInterpreterInfo() 771 SBStructuredData SBDebugger::GetBuildConfiguration() { in GetBuildConfiguration() 801 SBStructuredData data; in GetBuildConfiguration() [all …]
|
H A D | SBAttachInfo.cpp | 300 lldb::SBStructuredData SBAttachInfo::GetScriptedProcessDictionary() const { in GetScriptedProcessDictionary() 305 SBStructuredData data; in GetScriptedProcessDictionary() 315 void SBAttachInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary()
|
H A D | SBTrace.cpp | 93 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start() 105 const SBStructuredData &configuration) { in Start()
|
H A D | SBLaunchInfo.cpp | 357 lldb::SBStructuredData SBLaunchInfo::GetScriptedProcessDictionary() const { in GetScriptedProcessDictionary() 362 SBStructuredData data; in GetScriptedProcessDictionary() 372 void SBLaunchInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary()
|
H A D | SBCommandInterpreter.cpp | 562 SBStructuredData SBCommandInterpreter::GetStatistics() { in GetStatistics() 565 SBStructuredData data; in GetStatistics() 575 SBStructuredData SBCommandInterpreter::GetTranscript() { in GetTranscript() 578 SBStructuredData data; in GetTranscript()
|
H A D | SBThreadPlan.cpp | 14 #include "lldb/API/SBStructuredData.h" 74 lldb::SBStructuredData &args_data) { in SBThreadPlan() 394 lldb::SBStructuredData &args_data, in QueueThreadPlanForStepScripted()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBStructuredData.h | 27 class SBStructuredData { 29 SBStructuredData(); 31 SBStructuredData(const lldb::SBStructuredData &rhs); 33 SBStructuredData(const lldb::SBScriptObject obj, 36 ~SBStructuredData(); 38 lldb::SBStructuredData &operator=(const lldb::SBStructuredData &rhs); 68 lldb::SBStructuredData GetValueForKey(const char *key) const; 72 lldb::SBStructuredData GetItemAtIndex(size_t idx) const; 127 SBStructuredData(const lldb_private::StructuredDataImpl &impl); 129 SBStructuredData(const lldb::EventSP &event_sp);
|
H A D | SBDebugger.h | 103 static lldb::SBStructuredData 106 static lldb::SBStructuredData 153 lldb::SBStructuredData GetSetting(const char *setting = nullptr); 287 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx); 317 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage); 323 static SBStructuredData GetBuildConfiguration(); 505 friend class SBStructuredData; variable
|
H A D | SBTrace.h | 78 /// 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 D | SBAttachInfo.h | 194 lldb::SBStructuredData GetScriptedProcessDictionary() const; 196 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
|
H A D | SBLaunchInfo.h | 205 lldb::SBStructuredData GetScriptedProcessDictionary() const; 207 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
|
H A D | SBThreadPlan.h | 34 lldb::SBStructuredData &args_data); 116 lldb::SBStructuredData &args_data,
|
H A D | SBBreakpoint.h | 107 SBStructuredData &extra_args); 155 SBStructuredData SerializeToStructuredData();
|
H A D | SBCommandInterpreter.h | 317 SBStructuredData GetStatistics(); 332 SBStructuredData GetTranscript();
|
H A D | SBScriptObject.h | 41 friend class SBStructuredData;
|
H A D | SBStringList.h | 50 friend class SBStructuredData; variable
|
H A D | SBBreakpointName.h | 91 SBStructuredData &extra_args);
|
H A D | SBTarget.h | 93 lldb::SBStructuredData GetStatistics(); 102 lldb::SBStructuredData GetStatistics(SBStatisticsOptions options); 747 SBStructuredData &extra_args,
|
H A D | SBProcess.h | 236 static lldb::SBStructuredData 249 SBStructuredData GetExtendedCrashInformation();
|
H A D | SBBreakpointLocation.h | 72 lldb::SBStructuredData &extra_args);
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-swigsafecast.swig | 40 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb) { 45 …return ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData>(new lldb::SBStructuredData(data_impl)…
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBStructuredDataDocstrings.i | 5 ) lldb::SBStructuredData;
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-swigsafecast.swig | 17 void PushSBClass(lua_State *L, lldb::SBStructuredData *structured_data_sb) {
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | SWIGPythonBridge.h | 32 class SBStructuredData; variable 109 ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb);
|