Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp21 SBStream::SBStream() : m_opaque_ap(new StreamString()), m_is_file(false) {} in SBStream() function in SBStream
23 SBStream::SBStream(SBStream &&rhs) in SBStream() function in SBStream
26 SBStream::~SBStream() {} in ~SBStream()
28 bool SBStream::IsValid() const { return (m_opaque_ap != NULL); } in IsValid()
32 const char *SBStream::GetData() { in GetData()
41 size_t SBStream::GetSize() { in GetSize()
48 void SBStream::Printf(const char *format, ...) { in Printf()
57 void SBStream::RedirectToFile(const char *path, bool append) { in RedirectToFile()
137 lldb_private::Stream *SBStream::get() { return m_opaque_ap.get(); } in get()
139 lldb_private::Stream &SBStream::ref() { in ref()
[all …]
H A DSBCompileUnit.cpp69 SBStream sstr; in GetLineEntryAtIndex()
105 SBStream sstr; in FindLineEntryIndex()
167 SBStream sstr; in GetSupportFileAtIndex()
218 bool SBCompileUnit::GetDescription(SBStream &description) { in GetDescription()
H A DSBStructuredData.cpp46 lldb::SBError SBStructuredData::SetFromJSON(lldb::SBStream &stream) { in SetFromJSON()
62 SBError SBStructuredData::GetAsJSON(lldb::SBStream &stream) const { in GetAsJSON()
68 lldb::SBError SBStructuredData::GetDescription(lldb::SBStream &stream) const { in GetDescription()
H A DSBSourceManager.cpp99 uint32_t context_after, const char *current_line_cstr, SBStream &s) { in DisplaySourceLinesWithLineNumbers()
109 const char *current_line_cstr, SBStream &s) { in DisplaySourceLinesWithLineNumbersAndColumn()
H A DSBDeclaration.cpp64 SBStream sstr; in GetFileSpec()
138 bool SBDeclaration::GetDescription(SBStream &description) { in GetDescription()
H A DSBThread.cpp272 bool SBThread::GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream) { in GetStopReasonExtendedInfoAsJSON()
546 bool SBThread::GetInfoItemByPathAsString(const char *path, SBStream &strm) { in GetInfoItemByPathAsString()
801 SBStream frame_desc_strm; in StepOutOfFrame()
916 SBStream frame_desc_strm; in StepOverUntil()
1233 SBStream frame_desc_strm; in GetProcess()
1291 SBStream frame_desc_strm; in GetFrameAtIndex()
1323 SBStream frame_desc_strm; in GetSelectedFrame()
1359 SBStream frame_desc_strm; in SetSelectedFrame()
1390 bool SBThread::GetStatus(SBStream &status) const { in GetStatus()
1404 bool SBThread::GetDescription(SBStream &description) const { in GetDescription()
[all …]
H A DSBEvent.cpp167 bool SBEvent::GetDescription(SBStream &description) { in GetDescription()
178 bool SBEvent::GetDescription(SBStream &description) const { in GetDescription()
H A DSBModuleSpec.cpp97 bool SBModuleSpec::GetDescription(lldb::SBStream &description) { in GetDescription()
156 bool SBModuleSpecList::GetDescription(lldb::SBStream &description) { in GetDescription()
H A DSBProcess.cpp150 SBStream sstr; in RemoteLaunch()
180 SBStream sstr; in RemoteAttachToProcessWithID()
682 SBStream sstr; in Continue()
704 SBStream sstr; in Destroy()
726 SBStream sstr; in Stop()
748 SBStream sstr; in Kill()
788 SBStream sstr; in Signal()
975 SBStream sstr; in ReadMemory()
1093 SBStream sstr; in WriteMemory()
1106 bool SBProcess::GetDescription(SBStream &description) { in GetDescription()
H A DSBBreakpointLocation.cpp41 SBStream sstr; in SBBreakpointLocation()
339 bool SBBreakpointLocation::GetDescription(SBStream &description, in GetDescription()
377 SBStream sstr; in GetBreakpoint()
H A DSBLineEntry.cpp103 SBStream sstr; in GetFileSpec()
175 bool SBLineEntry::GetDescription(SBStream &description) { in GetDescription()
H A DSBSymbolContext.cpp72 SBStream sstr; in GetModule()
194 bool SBSymbolContext::GetDescription(SBStream &description) { in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBStream.h19 class LLDB_API SBStream {
21 SBStream();
23 SBStream(SBStream &&rhs);
25 ~SBStream();
97 DISALLOW_COPY_AND_ASSIGN(SBStream);
H A DSBThread.h73 bool GetStopReasonExtendedInfoAsJSON(lldb::SBStream &stream);
92 bool GetInfoItemByPathAsString(const char *path, SBStream &strm);
191 bool GetDescription(lldb::SBStream &description) const;
193 bool GetDescription(lldb::SBStream &description, bool stop_format) const;
195 bool GetStatus(lldb::SBStream &status) const;
H A DSBStructuredData.h34 lldb::SBError SetFromJSON(lldb::SBStream &stream);
38 lldb::SBError GetAsJSON(lldb::SBStream &stream) const;
40 lldb::SBError GetDescription(lldb::SBStream &stream) const;
H A DSBValue.h72 const char *GetSummary(lldb::SBStream &stream,
303 bool GetDescription(lldb::SBStream &description);
305 bool GetExpressionPath(lldb::SBStream &description);
307 bool GetExpressionPath(lldb::SBStream &description,
H A DSBSourceManager.h31 uint32_t context_after, const char *current_line_cstr, lldb::SBStream &s);
36 const char *current_line_cstr, lldb::SBStream &s);
H A DSBInstruction.h57 bool GetDescription(lldb::SBStream &description);
65 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
H A DSBEvent.h57 bool GetDescription(lldb::SBStream &description);
59 bool GetDescription(lldb::SBStream &description) const;
H A DSBModuleSpec.h83 bool GetDescription(lldb::SBStream &description);
117 bool GetDescription(lldb::SBStream &description);
H A DSBType.h43 bool GetDescription(lldb::SBStream &description,
86 bool GetDescription(lldb::SBStream &description,
193 bool GetDescription(lldb::SBStream &description,
H A DSBTypeSummary.h61 typedef bool (*FormatCallback)(SBValue, SBTypeSummaryOptions, SBStream &);
103 bool GetDescription(lldb::SBStream &description,
H A DSBBreakpoint.h114 bool GetDescription(lldb::SBStream &description);
116 bool GetDescription(lldb::SBStream &description, bool include_locations);
H A DSBSymbolContextList.h35 bool GetDescription(lldb::SBStream &description);
H A DSBFileSpecList.h30 bool GetDescription(SBStream &description) const;

1234