/external/lldb/source/API/ |
D | 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() 103 SBStream::RedirectToFileHandle (FILE *fh, bool transfer_fh_ownership) in RedirectToFileHandle() 129 SBStream::RedirectToFileDescriptor (int fd, bool transfer_fh_ownership) in RedirectToFileDescriptor() 156 SBStream::operator->() in operator ->() [all …]
|
D | SBCompileUnit.cpp | 93 SBStream sstr; in GetLineEntryAtIndex() 133 SBStream sstr; in FindLineEntryIndex() 202 SBStream sstr; in GetSupportFileAtIndex() 266 SBCompileUnit::GetDescription (SBStream &description) in GetDescription()
|
D | SBBreakpointLocation.cpp | 43 SBStream sstr; in SBBreakpointLocation() 268 SBBreakpointLocation::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription() 313 SBStream sstr; in GetBreakpoint()
|
D | SBProcess.cpp | 194 SBStream sstr; in RemoteLaunch() 227 SBStream sstr; in RemoteAttachToProcessWithID() 695 SBStream sstr; in Continue() 720 SBStream sstr; in Destroy() 748 SBStream sstr; in Stop() 775 SBStream sstr; in Kill() 825 SBStream sstr; in Signal() 1008 SBStream sstr; in ReadMemory() 1144 SBStream sstr; in WriteMemory() 1160 SBProcess::GetDescription (SBStream &description) in GetDescription()
|
D | SBThread.cpp | 689 SBStream frame_desc_strm; in StepOutOfFrame() 780 SBStream frame_desc_strm; in StepOverUntil() 1018 SBStream frame_desc_strm; in GetProcess() 1083 SBStream frame_desc_strm; in GetFrameAtIndex() 1119 SBStream frame_desc_strm; in GetSelectedFrame() 1160 SBStream frame_desc_strm; in SetSelectedFrame() 1200 SBThread::GetStatus (SBStream &status) const in GetStatus() 1216 SBThread::GetDescription (SBStream &description) const in GetDescription()
|
D | SBDeclaration.cpp | 84 SBStream sstr; in GetFileSpec() 184 SBDeclaration::GetDescription (SBStream &description) in GetDescription()
|
D | SBModuleSpec.cpp | 141 SBModuleSpec::GetDescription (lldb::SBStream &description) in GetDescription() 226 SBModuleSpecList::GetDescription (lldb::SBStream &description) in GetDescription()
|
D | SBEvent.cpp | 218 SBEvent::GetDescription (SBStream &description) in GetDescription() 233 SBEvent::GetDescription (SBStream &description) const in GetDescription()
|
/external/lldb/scripts/Python/interface/ |
D | SBStream.i | 40 ") SBStream; 41 class SBStream 45 SBStream (); 47 ~SBStream ();
|
D | SBModuleSpec.i | 93 GetDescription (lldb::SBStream &description); 129 GetDescription (lldb::SBStream &description);
|
D | SBInstruction.i | 58 GetDescription (lldb::SBStream &description); 67 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
D | SBValue.i | 350 GetDescription (lldb::SBStream &description); 353 GetExpressionPath (lldb::SBStream &description); 409 GetExpressionPath (lldb::SBStream &description, bool qualify_cxx_base_classes); 494 s = SBStream()
|
/external/lldb/scripts/Python/ |
D | python-extensions.swig | 4 lldb::SBStream description; 18 lldb::SBStream description; 32 lldb::SBStream description; 61 lldb::SBStream description; 92 lldb::SBStream description; 119 lldb::SBStream description; 146 lldb::SBStream description; 160 lldb::SBStream description; 174 lldb::SBStream description; 203 lldb::SBStream description; [all …]
|
/external/lldb/include/lldb/API/ |
D | SBStream.h | 19 class SBStream 23 SBStream (); 25 ~SBStream (); 104 DISALLOW_COPY_AND_ASSIGN (SBStream);
|
D | SBInstruction.h | 67 GetDescription (lldb::SBStream &description); 76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
|
D | SBEvent.h | 66 GetDescription (lldb::SBStream &description); 69 GetDescription (lldb::SBStream &description) const;
|
D | SBModuleSpec.h | 102 GetDescription (lldb::SBStream &description); 146 GetDescription (lldb::SBStream &description);
|
D | SBValue.h | 347 GetDescription (lldb::SBStream &description); 350 GetExpressionPath (lldb::SBStream &description); 353 GetExpressionPath (lldb::SBStream &description,
|
D | SBThread.h | 193 GetDescription (lldb::SBStream &description) const; 196 GetStatus (lldb::SBStream &status) const;
|
D | SBType.h | 53 GetDescription (lldb::SBStream &description, 168 GetDescription (lldb::SBStream &description,
|
/external/lldb/www/cpp_reference/html/ |
D | SBStream_8h__dep__incl.map | 1 <map id="SBStream.h" name="SBStream.h">
|
D | SBStream_8h__incl.map | 1 <map id="SBStream.h" name="SBStream.h">
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_instruction.py | 13 obj.GetDescription(lldb.SBStream()) 16 obj.TestEmulation(lldb.SBStream(), "my-file")
|
D | sb_filespec.py | 14 obj.GetDescription(lldb.SBStream())
|
/external/lldb/test/functionalities/inline-stepping/ |
D | TestInlineStepping.py | 70 destination_description = lldb.SBStream() 82 destination_description = lldb.SBStream() 85 actual_description = lldb.SBStream() 93 destination_description = lldb.SBStream()
|