Home
last modified time | relevance | path

Searched refs:SBStream (Results 1 – 25 of 200) sorted by relevance

12345678

/llvm-project/lldb/source/API/
H A DSBStream.cpp23 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 DSBStructuredData.cpp13 #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 DSBSourceManager.cpp11 #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 DSBEvent.cpp175 bool SBEvent::GetDescription(SBStream &description) { in GetDescription()
188 bool SBEvent::GetDescription(SBStream &description) const { in GetDescription()
/llvm-project/lldb/include/lldb/API/
H A DSBStream.h22 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 DSBThread.h79 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 DSBStructuredData.h45 lldb::SBError SetFromJSON(lldb::SBStream &stream);
51 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
53 lldb::SBError GetDescription(lldb::SBStream &stream) const;
H A DSBValue.h81 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 DSBSourceManager.h30 uint32_t context_after, const char *current_line_cstr, lldb::SBStream &s);
35 const char *current_line_cstr, lldb::SBStream &s);
H A DSBInstruction.h66 bool GetDescription(lldb::SBStream &description);
74 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
H A DSBEvent.h63 bool GetDescription(lldb::SBStream &description);
65 bool GetDescription(lldb::SBStream &description) const;
H A DSBModuleSpec.h88 bool GetDescription(lldb::SBStream &description);
125 bool GetDescription(lldb::SBStream &description);
H A DSBTypeSummary.h70 typedef bool (*FormatCallback)(SBValue, SBTypeSummaryOptions, SBStream &);
116 bool GetDescription(lldb::SBStream &description,
H A DSBType.h50 bool GetDescription(lldb::SBStream &description,
95 bool GetDescription(lldb::SBStream &description,
248 bool GetDescription(lldb::SBStream &description,
/llvm-project/lldb/bindings/interface/
H A DSBStreamDocstrings.i27 ) lldb::SBStream;
32 ) lldb::SBStream::GetData;
38 ) lldb::SBStream::GetSize;
44 ) lldb::SBStream::Clear;
/llvm-project/lldb/test/API/functionalities/stats_api/
H A DTestStatisticsAPI.py33 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 DTestDebugInfoSize.py50 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 Dsb_instruction.py16 obj.GetDescription(lldb.SBStream())
19 obj.TestEmulation(lldb.SBStream(), "my-file")
/llvm-project/lldb/test/API/python_api/exprpath_synthetic/
H A Dmain.mm8 …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 DTestInlineStepping.py81 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 Dmacros.swig4 lldb::SBStream stream;
19 lldb::SBStream stream;
/llvm-project/lldb/test/API/functionalities/breakpoint/serialize/
H A DTestBreakpointSerialization.py78 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 DTestProcessCrashInfo.py56 stream = lldb.SBStream()
82 stream = lldb.SBStream()
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string/
H A DTestDataFormatterLibcxxString.py83 uncappedSummaryStream = lldb.SBStream()
92 cappedSummaryStream = lldb.SBStream()
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.cpp73 if (lldb::SBStream *sb_stream = reinterpret_cast<lldb::SBStream *>( in ExtractValueFromPythonObject()
77 "Couldn't cast lldb::SBStream to lldb_private::Stream."); in ExtractValueFromPythonObject()

12345678