Home
last modified time | relevance | path

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

12345678

/external/lldb/source/API/
DSBStream.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()
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 …]
DSBCompileUnit.cpp93 SBStream sstr; in GetLineEntryAtIndex()
133 SBStream sstr; in FindLineEntryIndex()
202 SBStream sstr; in GetSupportFileAtIndex()
266 SBCompileUnit::GetDescription (SBStream &description) in GetDescription()
DSBBreakpointLocation.cpp43 SBStream sstr; in SBBreakpointLocation()
268 SBBreakpointLocation::GetDescription (SBStream &description, DescriptionLevel level) in GetDescription()
313 SBStream sstr; in GetBreakpoint()
DSBProcess.cpp194 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()
DSBThread.cpp689 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()
DSBDeclaration.cpp84 SBStream sstr; in GetFileSpec()
184 SBDeclaration::GetDescription (SBStream &description) in GetDescription()
DSBModuleSpec.cpp141 SBModuleSpec::GetDescription (lldb::SBStream &description) in GetDescription()
226 SBModuleSpecList::GetDescription (lldb::SBStream &description) in GetDescription()
DSBEvent.cpp218 SBEvent::GetDescription (SBStream &description) in GetDescription()
233 SBEvent::GetDescription (SBStream &description) const in GetDescription()
/external/lldb/scripts/Python/interface/
DSBStream.i40 ") SBStream;
41 class SBStream
45 SBStream ();
47 ~SBStream ();
DSBModuleSpec.i93 GetDescription (lldb::SBStream &description);
129 GetDescription (lldb::SBStream &description);
DSBInstruction.i58 GetDescription (lldb::SBStream &description);
67 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
DSBValue.i350 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/
Dpython-extensions.swig4 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/
DSBStream.h19 class SBStream
23 SBStream ();
25 ~SBStream ();
104 DISALLOW_COPY_AND_ASSIGN (SBStream);
DSBInstruction.h67 GetDescription (lldb::SBStream &description);
76 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
DSBEvent.h66 GetDescription (lldb::SBStream &description);
69 GetDescription (lldb::SBStream &description) const;
DSBModuleSpec.h102 GetDescription (lldb::SBStream &description);
146 GetDescription (lldb::SBStream &description);
DSBValue.h347 GetDescription (lldb::SBStream &description);
350 GetExpressionPath (lldb::SBStream &description);
353 GetExpressionPath (lldb::SBStream &description,
DSBThread.h193 GetDescription (lldb::SBStream &description) const;
196 GetStatus (lldb::SBStream &status) const;
DSBType.h53 GetDescription (lldb::SBStream &description,
168 GetDescription (lldb::SBStream &description,
/external/lldb/www/cpp_reference/html/
DSBStream_8h__dep__incl.map1 <map id="SBStream.h" name="SBStream.h">
DSBStream_8h__incl.map1 <map id="SBStream.h" name="SBStream.h">
/external/lldb/test/python_api/default-constructor/
Dsb_instruction.py13 obj.GetDescription(lldb.SBStream())
16 obj.TestEmulation(lldb.SBStream(), "my-file")
Dsb_filespec.py14 obj.GetDescription(lldb.SBStream())
/external/lldb/test/functionalities/inline-stepping/
DTestInlineStepping.py70 destination_description = lldb.SBStream()
82 destination_description = lldb.SBStream()
85 actual_description = lldb.SBStream()
93 destination_description = lldb.SBStream()

12345678