Searched refs:SBStream (Results 1 – 25 of 92) sorted by relevance
1234
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBStream.cpp | 20 SBStream::SBStream () : in SBStream() function in SBStream 26 SBStream::~SBStream () in ~SBStream() 31 SBStream::IsValid() const in IsValid() 39 SBStream::GetData () in GetData() 51 SBStream::GetSize() in GetSize() 60 SBStream::Printf (const char *format, ...) in Printf() 71 SBStream::RedirectToFile (const char *path, bool append) in RedirectToFile() 108 SBStream::RedirectToFileHandle (FILE *fh, bool transfer_fh_ownership) in RedirectToFileHandle() 137 SBStream::RedirectToFileDescriptor (int fd, bool transfer_fh_ownership) in RedirectToFileDescriptor() 164 SBStream::operator->() in operator ->() [all …]
|
| HD | SBCompileUnit.cpp | 93 SBStream sstr; in GetLineEntryAtIndex() 133 SBStream sstr; in FindLineEntryIndex() 209 SBStream sstr; in GetSupportFileAtIndex() 283 SBCompileUnit::GetDescription (SBStream &description) in GetDescription()
|
| HD | SBProcess.cpp | 195 SBStream sstr; in RemoteLaunch() 230 SBStream sstr; in RemoteAttachToProcessWithID() 774 SBStream sstr; in Continue() 801 SBStream sstr; in Destroy() 828 SBStream sstr; in Stop() 854 SBStream sstr; in Kill() 903 SBStream sstr; in Signal() 1092 SBStream sstr; in ReadMemory() 1226 SBStream sstr; in WriteMemory() 1240 SBProcess::GetDescription (SBStream &description) in GetDescription()
|
| HD | SBThread.cpp | 312 SBThread::GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream) in GetStopReasonExtendedInfoAsJSON() 617 SBThread::GetInfoItemByPathAsString (const char *path, SBStream &strm) in GetInfoItemByPathAsString() 867 SBStream frame_desc_strm; in StepOutOfFrame() 965 SBStream frame_desc_strm; in StepOverUntil() 1276 SBStream frame_desc_strm; in GetProcess() 1346 SBStream frame_desc_strm; in GetFrameAtIndex() 1385 SBStream frame_desc_strm; in GetSelectedFrame() 1429 SBStream frame_desc_strm; in SetSelectedFrame() 1471 SBThread::GetStatus (SBStream &status) const in GetStatus() 1487 SBThread::GetDescription (SBStream &description) const in GetDescription()
|
| HD | SBBreakpointLocation.cpp | 46 SBStream sstr; in SBBreakpointLocation() 316 SBBreakpointLocation::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription() 361 SBStream sstr; in GetBreakpoint()
|
| HD | SBDeclaration.cpp | 84 SBStream sstr; in GetFileSpec() 187 SBDeclaration::GetDescription (SBStream &description) in GetDescription()
|
| HD | SBModuleSpec.cpp | 141 SBModuleSpec::GetDescription (lldb::SBStream &description) in GetDescription() 226 SBModuleSpecList::GetDescription (lldb::SBStream &description) in GetDescription()
|
| HD | SBEvent.cpp | 223 SBEvent::GetDescription (SBStream &description) in GetDescription() 238 SBEvent::GetDescription (SBStream &description) const in GetDescription()
|
| HD | SBLineEntry.cpp | 129 SBStream sstr; in GetFileSpec() 232 SBLineEntry::GetDescription (SBStream &description) in GetDescription()
|
| HD | SBInstruction.cpp | 170 SBInstruction::GetDescription (lldb::SBStream &s) in GetDescription() 249 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) in TestEmulation()
|
| HD | SBSymbolContext.cpp | 102 SBStream sstr; in GetModule() 261 SBSymbolContext::GetDescription (SBStream &description) in GetDescription()
|
| HD | SBWatchpoint.cpp | 42 SBStream sstr; in SBWatchpoint() 246 SBWatchpoint::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBStream.h | 19 class LLDB_API SBStream 23 SBStream (); 25 ~SBStream (); 107 DISALLOW_COPY_AND_ASSIGN (SBStream);
|
| HD | SBThread.h | 83 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream); 107 GetInfoItemByPathAsString ( const char *path, SBStream &strm); 211 GetDescription (lldb::SBStream &description) const; 214 GetStatus (lldb::SBStream &status) const;
|
| HD | SBValue.h | 93 GetSummary (lldb::SBStream& stream, 363 GetDescription (lldb::SBStream &description); 366 GetExpressionPath (lldb::SBStream &description); 369 GetExpressionPath (lldb::SBStream &description,
|
| HD | SBInstruction.h | 67 GetDescription (lldb::SBStream &description); 76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
| HD | SBEvent.h | 70 GetDescription (lldb::SBStream &description); 73 GetDescription (lldb::SBStream &description) const;
|
| HD | SBModuleSpec.h | 102 GetDescription (lldb::SBStream &description); 146 GetDescription (lldb::SBStream &description);
|
| HD | SBType.h | 53 GetDescription (lldb::SBStream &description, 105 GetDescription (lldb::SBStream &description, 254 GetDescription (lldb::SBStream &description,
|
| HD | SBSourceManager.h | 37 lldb::SBStream &s);
|
| HD | SBInstructionList.h | 51 GetDescription (lldb::SBStream &description);
|
| HD | SBFileSpecList.h | 33 GetDescription (SBStream &description) const;
|
| HD | SBSymbolContextList.h | 40 GetDescription (lldb::SBStream &description);
|
| HD | SBTypeNameSpecifier.h | 45 GetDescription (lldb::SBStream &description,
|
| HD | SBTypeEnumMember.h | 46 GetDescription (lldb::SBStream &description,
|
1234