Home
last modified time | relevance | path

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

12

/freebsd-src/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.cpp27 #include "lldb/API/SBStructuredData.h"
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 SBDebugge
[all...]
H A DSBAttachInfo.cpp13 #include "lldb/API/SBStructuredData.h"
300 lldb::SBStructuredData SBAttachInfo::GetScriptedProcessDictionary() const { in SetScriptedProcessClassName()
305 SBStructuredData data;
315 void SBAttachInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in GetScriptedProcessDictionary()
H A DSBTrace.cpp93 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start()
105 const SBStructuredData &configuration) { in Start()
H A DSBLaunchInfo.cpp17 #include "lldb/API/SBStructuredData.h"
357 lldb::SBStructuredData SBLaunchInfo::GetScriptedProcessDictionary() const { in GetScriptedProcessDictionary()
362 SBStructuredData data; in GetScriptedProcessDictionary()
372 void SBLaunchInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary()
H A DSBThreadPlan.cpp74 lldb::SBStructuredData &args_data) { in SBThreadPlan()
394 lldb::SBStructuredData &args_data, in QueueThreadPlanForStepScripted()
H A DSBBreakpoint.cpp16 #include "lldb/API/SBStructuredData.h"
569 SBStructuredData SBBreakpoint::SerializeToStructuredData() { in SerializeToStructuredData()
572 SBStructuredData data; in SerializeToStructuredData()
601 SBStructuredData empty_args; in SetScriptCallbackFunction()
607 SBStructuredData &extra_args) { in SetScriptCallbackFunction()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h1 //===-- SBStructuredData.h --------------------------------------*- C++ -*-===//
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 GetValueForKe
[all...]
H A DSBDebugger.h103 static lldb::SBStructuredData
106 static lldb::SBStructuredData
140 /// Getting a specific setting value into SBStructuredData format.
144 /// lldb::SBStructuredData settings = debugger.GetSetting();
145 /// lldb::SBStructuredData settings = debugger.GetSetting(nullptr);
146 /// lldb::SBStructuredData settings = debugger.GetSetting("");
147 /// lldb::SBStructuredData settings = debugger.GetSetting("target.arg0");
148 /// lldb::SBStructuredData settings = debugger.GetSetting("target");
153 lldb::SBStructuredData GetSetting(const char *setting = nullptr);
287 lldb::SBStructuredData GetAvailablePlatformInfoAtInde
489 friend class SBStructuredData; global() variable
[all...]
H A DSBTrace.h90 SBError Start(const SBStructuredData &configuration);
110 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
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 DSBThreadPlan.h34 lldb::SBStructuredData &args_data);
116 lldb::SBStructuredData &args_data,
H A DSBBreakpoint.h107 SBStructuredData &extra_args);
155 SBStructuredData SerializeToStructuredData();
H A DSBScriptObject.h41 friend class SBStructuredData;
H A DSBStringList.h50 friend class SBStructuredData; variable
H A DSBProcess.h236 static lldb::SBStructuredData
249 SBStructuredData GetExtendedCrashInformation();
H A DSBBreakpointName.h91 SBStructuredData &extra_args);
H A DSBBreakpointLocation.h72 lldb::SBStructuredData &extra_args);
H A DSBError.h89 friend class SBStructuredData;
88 friend class SBStructuredData; global() variable
/freebsd-src/contrib/llvm-project/lldb/bindings/interface/
H A DSBStructuredDataExtensions.i1 STRING_EXTENSION_OUTSIDE(SBStructuredData)
3 %extend lldb::SBStructuredData {
H A DSBStructuredDataDocstrings.i5 ) lldb::SBStructuredData;
/freebsd-src/contrib/llvm-project/lldb/bindings/python/
H A Dpython-swigsafecast.swig40 PythonObject SWIGBridge::ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb) {
45 return ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData>(new lldb::SBStructuredData(data_impl)));
/freebsd-src/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-swigsafecast.swig17 void PushSBClass(lua_State *L, lldb::SBStructuredData *structured_data_sb) {
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DSWIGPythonBridge.h32 class SBStructuredData; variable
109 ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb);

12