Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBStream.cpp20 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 …]
HDSBCompileUnit.cpp93 SBStream sstr; in GetLineEntryAtIndex()
133 SBStream sstr; in FindLineEntryIndex()
209 SBStream sstr; in GetSupportFileAtIndex()
283 SBCompileUnit::GetDescription (SBStream &description) in GetDescription()
HDSBProcess.cpp195 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()
HDSBThread.cpp312 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()
HDSBBreakpointLocation.cpp46 SBStream sstr; in SBBreakpointLocation()
316 SBBreakpointLocation::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription()
361 SBStream sstr; in GetBreakpoint()
HDSBDeclaration.cpp84 SBStream sstr; in GetFileSpec()
187 SBDeclaration::GetDescription (SBStream &description) in GetDescription()
HDSBModuleSpec.cpp141 SBModuleSpec::GetDescription (lldb::SBStream &description) in GetDescription()
226 SBModuleSpecList::GetDescription (lldb::SBStream &description) in GetDescription()
HDSBEvent.cpp223 SBEvent::GetDescription (SBStream &description) in GetDescription()
238 SBEvent::GetDescription (SBStream &description) const in GetDescription()
HDSBLineEntry.cpp129 SBStream sstr; in GetFileSpec()
232 SBLineEntry::GetDescription (SBStream &description) in GetDescription()
HDSBInstruction.cpp170 SBInstruction::GetDescription (lldb::SBStream &s) in GetDescription()
249 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) in TestEmulation()
HDSBSymbolContext.cpp102 SBStream sstr; in GetModule()
261 SBSymbolContext::GetDescription (SBStream &description) in GetDescription()
HDSBWatchpoint.cpp42 SBStream sstr; in SBWatchpoint()
246 SBWatchpoint::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBStream.h19 class LLDB_API SBStream
23 SBStream ();
25 ~SBStream ();
107 DISALLOW_COPY_AND_ASSIGN (SBStream);
HDSBThread.h83 GetStopReasonExtendedInfoAsJSON (lldb::SBStream &stream);
107 GetInfoItemByPathAsString ( const char *path, SBStream &strm);
211 GetDescription (lldb::SBStream &description) const;
214 GetStatus (lldb::SBStream &status) const;
HDSBValue.h93 GetSummary (lldb::SBStream& stream,
363 GetDescription (lldb::SBStream &description);
366 GetExpressionPath (lldb::SBStream &description);
369 GetExpressionPath (lldb::SBStream &description,
HDSBInstruction.h67 GetDescription (lldb::SBStream &description);
76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
HDSBEvent.h70 GetDescription (lldb::SBStream &description);
73 GetDescription (lldb::SBStream &description) const;
HDSBModuleSpec.h102 GetDescription (lldb::SBStream &description);
146 GetDescription (lldb::SBStream &description);
HDSBType.h53 GetDescription (lldb::SBStream &description,
105 GetDescription (lldb::SBStream &description,
254 GetDescription (lldb::SBStream &description,
HDSBSourceManager.h37 lldb::SBStream &s);
HDSBInstructionList.h51 GetDescription (lldb::SBStream &description);
HDSBFileSpecList.h33 GetDescription (SBStream &description) const;
HDSBSymbolContextList.h40 GetDescription (lldb::SBStream &description);
HDSBTypeNameSpecifier.h45 GetDescription (lldb::SBStream &description,
HDSBTypeEnumMember.h46 GetDescription (lldb::SBStream &description,

1234