Home
last modified time | relevance | path

Searched defs:SBStructuredData (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBStructuredData.cpp27 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
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBError.h71 friend class SBStructuredData; variable
H A DSBStream.h84 friend class SBStructuredData; variable
H A DSBDefines.h82 class LLDB_API SBStructuredData; variable
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Ddummy_scripted_process.py10 def __init__(self, target: lldb.SBTarget, args : lldb.SBStructuredData):
H A Dinvalid_scripted_process.py10 def __init__(self, target: lldb.SBTarget, args : lldb.SBStructuredData):
H A Dstack_core_scripted_process.py16 def __init__(self, target: lldb.SBTarget, args : lldb.SBStructuredData):
/llvm-project-15.0.7/lldb/examples/python/scripted_process/
H A Dcrashlog_scripted_process.py43 def __init__(self, target: lldb.SBTarget, args : lldb.SBStructuredData):