summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CommandObjectProcess was recently changed to automatically use the platformGreg Clayton2011-11-281-20/+29
* Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20%Greg Clayton2011-11-221-0/+10
* Further performance improvements in the DWARF parser:Greg Clayton2011-11-191-124/+54
* Looking at our memory usage with Instruments when debugging a large applicationGreg Clayton2011-11-181-19/+16
* Added support for the C++Ox "nullptr_t" type.Greg Clayton2011-10-281-0/+2
* Since we use address ranges a lot I added a templatized class that allows us ...Greg Clayton2011-10-071-2/+1
* Added a new logging channel to the DWARF called "lookups":Greg Clayton2011-10-061-1/+2
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-10/+9
* Huge memory and performance improvements in the DWARF parser.Greg Clayton2011-09-121-94/+83
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-14/+19
* Factor out the code that parses ObjC Method names into a static methodJim Ingham2011-08-151-44/+17
* Fixed some issues with parsing C++ methods where our detectionGreg Clayton2011-08-121-1/+1
* Do not parse DIE's outside a compilation units range.Stephen Wilson2011-05-201-11/+19
* Use the portable memchr function instead of the BSD-only strnstrPeter Collingbourne2011-05-191-2/+2
* For the purposes of setting breakpoints treat methods defined in the class an...Jim Ingham2011-05-141-0/+18
* Fixed a case where if a function, inlined function, or global with a mangledGreg Clayton2011-04-211-14/+42
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-4/+2
* Fixed a crasher that would happen when we run into malformed DWARF. It isGreg Clayton2011-01-231-1/+12
* Just like functions can have a basename and a mangled/demangled name, variableGreg Clayton2010-11-141-0/+8
* Did a lot of code cleanup.Greg Clayton2010-11-091-9/+2
* Minor comment fix.Johnny Chen2010-11-081-1/+1
* Did a bit of parameter renaming.Greg Clayton2010-10-151-20/+20
* Separated the DWARF index for types from that the index of the namespacesGreg Clayton2010-10-151-1/+6
* Fixed C++ class clang type creation and display by making sure we omit Greg Clayton2010-10-131-2/+9
* Fixed the Objective C method prototypes to be correct (the selectors weren'tGreg Clayton2010-10-121-0/+7
* Fixed an issue where if a method funciton was asked to be parsed beforeGreg Clayton2010-10-011-1/+1
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-12/+26
* So we can't use .debug_pubtypes as it, as designed, does not tell us about Greg Clayton2010-09-151-40/+44
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-2/+53
* Improved name demangling performance by 20% on darwin.Greg Clayton2010-09-031-6/+11
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-8/+6
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-2/+1
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-14/+56
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+770
OpenPOWER on IntegriCloud