summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Address.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-17/+3
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-0/+28
* There are now to new "settings set" variables that live in each debuggerGreg Clayton2010-10-041-1/+1
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-39/+44
* Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton2010-09-101-15/+7
* Stop line entries from dumping full paths when addresses dump themselves as s...Greg Clayton2010-09-071-2/+9
* Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton2010-09-021-3/+3
* Clarified the intent of the SymbolContextScope class in the headerGreg Clayton2010-08-301-9/+0
* Fixed another issue with the inline stack frames where if the first frameGreg Clayton2010-08-241-49/+0
* Added support for inlined stack frames being represented as real stack framesGreg Clayton2010-08-241-3/+3
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-10/+8
* Allow searching for a section by SectionType.Greg Clayton2010-07-211-1/+1
* Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton2010-07-201-2/+2
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+0
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-0/+10
* Fixed up disassembly to not emit the module name before all function namesGreg Clayton2010-07-011-7/+16
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-43/+103
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-0/+3
* Move a bunch of trivial methods into the header. These compile down to 1-2Benjamin Kramer2010-06-211-24/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+875
OpenPOWER on IntegriCloud