summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/AddressRange.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
| | | | | | | | stdarg formats to use __attribute__ format so the compiler can flag incorrect uses. Fix all incorrect uses. Most of these are innocuous, a few were resulting in crashes. llvm-svn: 140185
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-2/+2
| | | | | | | | | | now, in addition to cpu type/subtype and architecture flavor, contains: - byte order (big endian, little endian) - address size in bytes - llvm::Triple for true target triple support and for more powerful plug-in selection. llvm-svn: 125602
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-11/+12
| | | | | | to symbolicate things without the need for a valid process subclass. llvm-svn: 113895
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-101-1/+15
| | | | | | | | cleaning up the output of many GetDescription objects that are part of a symbol context. This fixes an issue where no ranges were being printed out for functions, blocks and symbols. llvm-svn: 113571
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-0/+3
| | | | | | | 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
* Move a bunch of trivial methods into the header. These compile down to 1-2Benjamin Kramer2010-06-211-32/+0
| | | | | | instructions so it's really profitable to inline them. llvm-svn: 106450
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+222
llvm-svn: 105619
OpenPOWER on IntegriCloud