| /llvm-project/lldb/source/API/ |
| H A D | SBStream.cpp | 23 SBStream::SBStream() : m_opaque_up(new StreamString()) { in SBStream() function in SBStream 27 SBStream::SBStream(SBStream &&rhs) in SBStream() function in SBStream 30 SBStream::~SBStream() = default; 32 bool SBStream::IsValid() const { in IsValid() 36 SBStream::operator bool() const { in operator bool() 44 const char *SBStream::GetData() { in GetData() 56 size_t SBStream::GetSize() { in GetSize() 65 void SBStream::Print(const char *str) { in Print() 71 void SBStream::Printf(const char *format, ...) { in Printf() 80 void SBStream::RedirectToFile(const char *path, bool append) { in RedirectToFile() [all …]
|
| H A D | SBStructuredData.cpp | 13 #include "lldb/API/SBStream.h" 80 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON() 101 lldb::SBStream s; in IsValid() 123 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON() 131 lldb::SBError SBStructuredData::GetDescription(lldb::SBStream &stream) const { in GetDescription()
|
| H A D | SBSourceManager.cpp | 11 #include "lldb/API/SBStream.h" 105 uint32_t context_after, const char *current_line_cstr, SBStream &s) { in DisplaySourceLinesWithLineNumbers() 118 const char *current_line_cstr, SBStream &s) { in DisplaySourceLinesWithLineNumbersAndColumn()
|
| H A D | SBEvent.cpp | 175 bool SBEvent::GetDescription(SBStream &description) { in GetDescription() 188 bool SBEvent::GetDescription(SBStream &description) const { in GetDescription()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBStream.h | 22 class LLDB_API SBStream { 24 SBStream(); 27 SBStream(SBStream &&rhs); 30 ~SBStream(); 119 SBStream(const SBStream &) = delete; 120 const SBStream &operator=(const SBStream &) = delete;
|
| H A D | SBThread.h | 79 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream); 98 bool GetInfoItemByPathAsString(const char *path, SBStream &strm); 199 bool GetDescription(lldb::SBStream &description) const; 201 bool GetDescription(lldb::SBStream &description, bool stop_format) const; 216 SBError GetDescriptionWithFormat(const SBFormat &format, SBStream &output); 218 bool GetStatus(lldb::SBStream &status) const;
|
| H A D | SBStructuredData.h | 45 lldb::SBError SetFromJSON(lldb::SBStream &stream); 51 lldb::SBError GetAsJSON(lldb::SBStream &stream) const; 53 lldb::SBError GetDescription(lldb::SBStream &stream) const;
|
| H A D | SBValue.h | 81 const char *GetSummary(lldb::SBStream &stream, 326 bool GetDescription(lldb::SBStream &description); 328 bool GetExpressionPath(lldb::SBStream &description); 330 bool GetExpressionPath(lldb::SBStream &description,
|
| H A D | SBSourceManager.h | 30 uint32_t context_after, const char *current_line_cstr, lldb::SBStream &s); 35 const char *current_line_cstr, lldb::SBStream &s);
|
| H A D | SBInstruction.h | 66 bool GetDescription(lldb::SBStream &description); 74 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
| H A D | SBEvent.h | 63 bool GetDescription(lldb::SBStream &description); 65 bool GetDescription(lldb::SBStream &description) const;
|
| H A D | SBModuleSpec.h | 88 bool GetDescription(lldb::SBStream &description); 125 bool GetDescription(lldb::SBStream &description);
|
| H A D | SBTypeSummary.h | 70 typedef bool (*FormatCallback)(SBValue, SBTypeSummaryOptions, SBStream &); 116 bool GetDescription(lldb::SBStream &description,
|
| H A D | SBType.h | 50 bool GetDescription(lldb::SBStream &description, 95 bool GetDescription(lldb::SBStream &description, 248 bool GetDescription(lldb::SBStream &description,
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBStreamDocstrings.i | 27 ) lldb::SBStream; 32 ) lldb::SBStream::GetData; 38 ) lldb::SBStream::GetSize; 44 ) lldb::SBStream::Clear;
|
| /llvm-project/lldb/test/API/functionalities/stats_api/ |
| H A D | TestStatisticsAPI.py | 33 stream = lldb.SBStream() 84 stream_summary = lldb.SBStream() 111 stream = lldb.SBStream() 148 stream = lldb.SBStream() 156 stream_force = lldb.SBStream()
|
| /llvm-project/lldb/test/API/commands/target/debuginfo/ |
| H A D | TestDebugInfoSize.py | 50 stream = lldb.SBStream() 75 stream = lldb.SBStream() 96 stream = lldb.SBStream() 125 stream = lldb.SBStream() 139 stream = lldb.SBStream()
|
| /llvm-project/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_instruction.py | 16 obj.GetDescription(lldb.SBStream()) 19 obj.TestEmulation(lldb.SBStream(), "my-file")
|
| /llvm-project/lldb/test/API/python_api/exprpath_synthetic/ |
| H A D | main.mm | 8 …return 0; //% v = self.frame().FindVariable("v"); v0 = v.GetChildAtIndex(0); s = lldb.SBStream(); … 10 …//% a = self.frame().FindVariable("a"); a1 = a.GetChildAtIndex(1); s = lldb.SBStream(); a1.GetExpr…
|
| /llvm-project/lldb/test/API/functionalities/inline-stepping/ |
| H A D | TestInlineStepping.py | 81 destination_description = lldb.SBStream() 102 destination_description = lldb.SBStream() 105 actual_description = lldb.SBStream() 121 destination_description = lldb.SBStream() 398 strm = lldb.SBStream()
|
| /llvm-project/lldb/bindings/ |
| H A D | macros.swig | 4 lldb::SBStream stream; 19 lldb::SBStream stream;
|
| /llvm-project/lldb/test/API/functionalities/breakpoint/serialize/ |
| H A D | TestBreakpointSerialization.py | 78 stream = lldb.SBStream() 100 stream = lldb.SBStream() 113 stream = lldb.SBStream() 127 stream = lldb.SBStream() 187 source_desc = lldb.SBStream() 201 copy_desc = lldb.SBStream() 492 stream = lldb.SBStream()
|
| /llvm-project/lldb/test/API/functionalities/process_crash_info/ |
| H A D | TestProcessCrashInfo.py | 56 stream = lldb.SBStream() 82 stream = lldb.SBStream()
|
| /llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/ |
| H A D | TestDataFormatterLibcxxString.py | 83 uncappedSummaryStream = lldb.SBStream() 92 cappedSummaryStream = lldb.SBStream()
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ |
| H A D | ScriptedPythonInterface.cpp | 73 if (lldb::SBStream *sb_stream = reinterpret_cast<lldb::SBStream *>( in ExtractValueFromPythonObject() 77 "Couldn't cast lldb::SBStream to lldb_private::Stream."); in ExtractValueFromPythonObject()
|