summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBStream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use Host::File in lldb_private::StreamFile and other places to cleanup hostGreg Clayton2011-02-091-1/+8
| | | | | | layer a bit more. llvm-svn: 125149
* Add test_display_source_python() test case to TestSourceManager.py which usesJohnny Chen2010-12-111-1/+1
| | | | | | | | | | the lldb PyThon API SBSourceManager to display source files. To accomodate this, the C++ SBSourceManager API has been changed to take an lldb::SBStream as the destination for display of source lines. Modify SBStream::ctor() so that its opaque pointer is initialized with an StreamString instance. llvm-svn: 121605
* We now have SBStream that mirrors the generic stream classes we Greg Clayton2010-09-171-0/+178
use inside lldb (lldb_private::StreamFile, and lldb_private::StreamString). llvm-svn: 114188
OpenPOWER on IntegriCloud