summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
* CommandObjectProcess was recently changed to automatically use the platformGreg Clayton2011-11-281-0/+155
* Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20%Greg Clayton2011-11-221-2/+2
* Further performance improvements in the DWARF parser:Greg Clayton2011-11-191-2/+29
* Looking at our memory usage with Instruments when debugging a large applicationGreg Clayton2011-11-181-247/+66
* Make sure we create only unique one namespace per AST when parsing the DWARF.Greg Clayton2011-10-141-5/+6
* Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton2011-10-081-13/+12
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-2/+2
* Huge memory and performance improvements in the DWARF parser.Greg Clayton2011-09-121-2/+2
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-271-66/+66
* Move DIE location reporting into the DWARFDebugInfo class, use it from there ...Jim Ingham2011-08-261-0/+24
* Fixed some issues with parsing C++ methods where our detectionGreg Clayton2011-08-121-0/+17
* Modified version of a patch from Warren Paul that takes care of issues withGreg Clayton2011-02-091-85/+67
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Did a lot of code cleanup.Greg Clayton2010-11-091-20/+31
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-3/+3
* Unbreak build, you can't take a pointer from a "register" variable. Most comp...Benjamin Kramer2010-09-161-1/+1
* 15-20% speed improvement when parsing DWARF. I used instruments toGreg Clayton2010-09-151-255/+379
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-12/+27
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1929
OpenPOWER on IntegriCloud