Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp25 #pragma mark SBStructuredData
27 SBStructuredData::SBStructuredData() : m_impl_up(new StructuredDataImpl()) { in SBStructuredData() function in SBStructuredData
31 SBStructuredData::SBStructuredData(const lldb::SBStructuredData &rhs) in SBStructuredData() function in SBStructuredData
36 SBStructuredData::SBStructuredData(const lldb::EventSP &event_sp) in SBStructuredData() function in SBStructuredData
41 SBStructuredData::SBStructuredData(const lldb_private::StructuredDataImpl &impl) in SBStructuredData() function in SBStructuredData
46 SBStructuredData::~SBStructuredData() = default;
48 SBStructuredData &SBStructuredData::
149 lldb::SBStructuredData SBStructuredData::GetValueForKey(const char *key) const { in GetValueForKey()
152 SBStructuredData result; in GetValueForKey()
157 lldb::SBStructuredData SBStructuredData::GetItemAtIndex(size_t idx) const { in GetItemAtIndex()
[all …]
H A DSBTrace.cpp69 SBError SBTrace::Start(const SBStructuredData &configuration) { in Start()
81 const SBStructuredData &configuration) { in Start()
H A DSBLaunchInfo.cpp346 lldb::SBStructuredData SBLaunchInfo::GetScriptedProcessDictionary() const { in GetScriptedProcessDictionary()
352 SBStructuredData data; in GetScriptedProcessDictionary()
358 void SBLaunchInfo::SetScriptedProcessDictionary(lldb::SBStructuredData dict) { in SetScriptedProcessDictionary()
H A DSBDebugger.cpp170 lldb::SBStructuredData
185 SBStructuredData data; in GetDiagnosticFromEvent()
676 SBStructuredData
679 SBStructuredData data; in GetScriptInterpreterInfo()
722 SBStructuredData SBDebugger::GetBuildConfiguration() { in GetBuildConfiguration()
749 SBStructuredData data; in GetBuildConfiguration()
1120 SBStructuredData SBDebugger::GetAvailablePlatformInfoAtIndex(uint32_t idx) { in GetAvailablePlatformInfoAtIndex()
1123 SBStructuredData data; in GetAvailablePlatformInfoAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBStructuredData.h17 class SBStructuredData {
19 SBStructuredData();
21 SBStructuredData(const lldb::SBStructuredData &rhs);
23 SBStructuredData(const lldb::EventSP &event_sp);
25 SBStructuredData(const lldb_private::StructuredDataImpl &impl);
27 ~SBStructuredData();
29 lldb::SBStructuredData &operator=(const lldb::SBStructuredData &rhs);
59 lldb::SBStructuredData GetValueForKey(const char *key) const;
63 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
H A DSBTrace.h77 SBError Start(const SBStructuredData &configuration);
97 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
H A DSBDebugger.h86 static lldb::SBStructuredData
231 lldb::SBStructuredData GetAvailablePlatformInfoAtIndex(uint32_t idx);
261 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage);
267 static SBStructuredData GetBuildConfiguration();
H A DSBLaunchInfo.h178 lldb::SBStructuredData GetScriptedProcessDictionary() const;
180 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
H A DSBThreadPlan.h30 lldb::SBStructuredData &args_data);
112 lldb::SBStructuredData &args_data,
H A DSBBreakpoint.h100 SBStructuredData &extra_args);
146 SBStructuredData SerializeToStructuredData();
H A DSBProcess.h212 static lldb::SBStructuredData
225 SBStructuredData GetExtendedCrashInformation();
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBStructuredData.i15 ) SBStructuredData;
16 class SBStructuredData
19 SBStructuredData();
21 SBStructuredData(const lldb::SBStructuredData &rhs);
23 SBStructuredData(const lldb::EventSP &event_sp);
25 ~SBStructuredData();
41 lldb::SBStructuredData GetValueForKey(const char *key) const;
43 lldb::SBStructuredData GetItemAtIndex(size_t idx) const;
H A DSBTrace.i22 SBError Start(const SBStructuredData &configuration);
24 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
H A DSBLaunchInfo.i144 lldb::SBStructuredData
147 void SetScriptedProcessDictionary(lldb::SBStructuredData dict);
H A DSBDebugger.i134 static lldb::SBStructuredData GetDiagnosticFromEvent(const lldb::SBEvent &event);
360 lldb::SBStructuredData
403 static SBStructuredData GetBuildConfiguration();
504 SBStructuredData GetScriptInterpreterInfo(ScriptLanguage);
H A DSBBreakpoint.i191 SBStructuredData &extra_args);
240 SBStructuredData SBBreakpoint::SerializeToStructuredData();
H A DSBBreakpointName.i89 SBStructuredData &extra_args);
H A DSBBreakpointLocation.i87 SBStructuredData &extra_args);
/llvm-project-15.0.7/lldb/test/API/python_api/sbstructureddata/
H A DTestStructuredDataAPI.py24 example = lldb.SBStructuredData()
42 dict_struct = lldb.SBStructuredData()
64 invalid_struct = lldb.SBStructuredData()
75 dict_struct = lldb.SBStructuredData()
90 string_struct = lldb.SBStructuredData()
115 int_struct = lldb.SBStructuredData()
139 floating_point_struct = lldb.SBStructuredData()
155 bool_struct = lldb.SBStructuredData()
171 array_struct = lldb.SBStructuredData()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommandsFromPython.py106 extra_args = lldb.SBStructuredData()
122 empty_args = lldb.SBStructuredData()
175 extra_args = lldb.SBStructuredData()
/llvm-project-15.0.7/lldb/bindings/lua/
H A Dlua-swigsafecast.swig17 void PushSBClass(lua_State *L, lldb::SBStructuredData *structured_data_sb) {
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-swigsafecast.swig62 PythonObject ToSWIGWrapper(std::unique_ptr<lldb::SBStructuredData> data_sb) {
67 return ToSWIGWrapper(std::make_unique<lldb::SBStructuredData>(data_impl));
/llvm-project-15.0.7/lldb/unittests/API/
H A DSBStructuredDataTest.cpp22 SBStructuredData data(nullptr); in TEST_F()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py16 def __init__(self, target: lldb.SBTarget, args : lldb.SBStructuredData): argument
31 structured_data = lldb.SBStructuredData()
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Lua/
H A Dbreakpoint_function_callback.test15 # CHECK: <userdata of type 'lldb::SBStructuredData *' at {{0x[[:xdigit:]]+}}>

123