summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/AddressRange.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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