summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Address.cpp
AgeCommit message (Expand)Author
2010-10-04There are now to new "settings set" variables that live in each debuggerGreg Clayton
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-09-10Cleaned up the output of "image lookup --address <ADDR>" which involvedGreg Clayton
2010-09-07Stop line entries from dumping full paths when addresses dump themselves as s...Greg Clayton
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton
2010-08-30Clarified the intent of the SymbolContextScope class in the headerGreg Clayton
2010-08-24Fixed another issue with the inline stack frames where if the first frameGreg Clayton
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton
2010-08-03Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton
2010-07-21Allow searching for a section by SectionType.Greg Clayton
2010-07-20Remove use of STL collection class use of the "data()" method since it isn'tGreg Clayton
2010-07-14I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton
2010-07-01Fixed up disassembly to not emit the module name before all function namesGreg Clayton
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-21Move a bunch of trivial methods into the header. These compile down to 1-2Benjamin Kramer
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner