summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Stream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-18/+19
| | | | | | | | | | | | | | | | | all of the calls inlined in the header file for better performance. Fixed the summary for C string types (array of chars (with any combo if modifiers), and pointers to chars) work in all cases. Fixed an issue where a forward declaration to a clang type could cause itself to resolve itself more than once if, during the resolving of the type itself it caused something to try and resolve itself again. We now remove the clang type from the forward declaration map in the DWARF parser when we start to resolve it and avoid this additional call. This should stop any duplicate members from appearing and throwing all the alignment of structs, unions and classes. llvm-svn: 117437
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-23/+15
| | | | | | | enabled LLVM make style building and made this compile LLDB on Mac OS X. We can now iterate on this to make the build work on both linux and macosx. llvm-svn: 108009
* Added a method to get a stream's byte order.Sean Callanan2010-07-021-0/+10
| | | | llvm-svn: 107460
* Add missing includes.Eli Friedman2010-06-091-0/+3
| | | | llvm-svn: 105712
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+776
llvm-svn: 105619
OpenPOWER on IntegriCloud