summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+7
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-1/+1
* <rdar://problem/9141269>Greg Clayton2013-01-301-21/+15
* <rdar://problem/13069948>Greg Clayton2013-01-251-5/+5
* Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...Greg Clayton2012-12-121-0/+27
* Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...Greg Clayton2012-12-081-0/+1
* <rdar://problem/12636970>Greg Clayton2012-11-271-1/+2
* <rdar://problem/12636970>Greg Clayton2012-11-271-19/+82
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-2/+6
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-3/+3
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-9/+6
* Added the ability to log a message with a backtrace when verbose logging is e...Greg Clayton2012-04-231-3/+3
* Fixed an issue with the Instruction subclasses where the strings mightGreg Clayton2012-01-191-6/+5
* Added an extra way to chop up an objective C prototype and use it where neces...Greg Clayton2012-01-191-1/+5
* <rdar://problem/10681814>Greg Clayton2012-01-121-1/+46
* We finalized on the new .apple_types accelerator table format where we don'tGreg Clayton2012-01-061-1/+1
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-14/+13
* 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
OpenPOWER on IntegriCloud