| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBStream.cpp | 21 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 D | SBCompileUnit.cpp | 69 SBStream sstr; in GetLineEntryAtIndex() 105 SBStream sstr; in FindLineEntryIndex() 167 SBStream sstr; in GetSupportFileAtIndex() 218 bool SBCompileUnit::GetDescription(SBStream &description) { in GetDescription()
|
| H A D | SBStructuredData.cpp | 46 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 D | SBSourceManager.cpp | 99 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 D | SBDeclaration.cpp | 64 SBStream sstr; in GetFileSpec() 138 bool SBDeclaration::GetDescription(SBStream &description) { in GetDescription()
|
| H A D | SBThread.cpp | 272 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 D | SBEvent.cpp | 167 bool SBEvent::GetDescription(SBStream &description) { in GetDescription() 178 bool SBEvent::GetDescription(SBStream &description) const { in GetDescription()
|
| H A D | SBModuleSpec.cpp | 97 bool SBModuleSpec::GetDescription(lldb::SBStream &description) { in GetDescription() 156 bool SBModuleSpecList::GetDescription(lldb::SBStream &description) { in GetDescription()
|
| H A D | SBProcess.cpp | 150 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 D | SBBreakpointLocation.cpp | 41 SBStream sstr; in SBBreakpointLocation() 339 bool SBBreakpointLocation::GetDescription(SBStream &description, in GetDescription() 377 SBStream sstr; in GetBreakpoint()
|
| H A D | SBLineEntry.cpp | 103 SBStream sstr; in GetFileSpec() 175 bool SBLineEntry::GetDescription(SBStream &description) { in GetDescription()
|
| H A D | SBSymbolContext.cpp | 72 SBStream sstr; in GetModule() 194 bool SBSymbolContext::GetDescription(SBStream &description) { in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBStream.h | 19 class LLDB_API SBStream { 21 SBStream(); 23 SBStream(SBStream &&rhs); 25 ~SBStream(); 97 DISALLOW_COPY_AND_ASSIGN(SBStream);
|
| H A D | SBThread.h | 73 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 D | SBStructuredData.h | 34 lldb::SBError SetFromJSON(lldb::SBStream &stream); 38 lldb::SBError GetAsJSON(lldb::SBStream &stream) const; 40 lldb::SBError GetDescription(lldb::SBStream &stream) const;
|
| H A D | SBValue.h | 72 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 D | SBSourceManager.h | 31 uint32_t context_after, const char *current_line_cstr, lldb::SBStream &s); 36 const char *current_line_cstr, lldb::SBStream &s);
|
| H A D | SBInstruction.h | 57 bool GetDescription(lldb::SBStream &description); 65 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
|
| H A D | SBEvent.h | 57 bool GetDescription(lldb::SBStream &description); 59 bool GetDescription(lldb::SBStream &description) const;
|
| H A D | SBModuleSpec.h | 83 bool GetDescription(lldb::SBStream &description); 117 bool GetDescription(lldb::SBStream &description);
|
| H A D | SBType.h | 43 bool GetDescription(lldb::SBStream &description, 86 bool GetDescription(lldb::SBStream &description, 193 bool GetDescription(lldb::SBStream &description,
|
| H A D | SBTypeSummary.h | 61 typedef bool (*FormatCallback)(SBValue, SBTypeSummaryOptions, SBStream &); 103 bool GetDescription(lldb::SBStream &description,
|
| H A D | SBBreakpoint.h | 114 bool GetDescription(lldb::SBStream &description); 116 bool GetDescription(lldb::SBStream &description, bool include_locations);
|
| H A D | SBSymbolContextList.h | 35 bool GetDescription(lldb::SBStream &description);
|
| H A D | SBFileSpecList.h | 30 bool GetDescription(SBStream &description) const;
|