summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13069948>Greg Clayton2013-01-251-36/+36
* Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...Greg Clayton2012-12-081-0/+6
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-16/+39
* Ashok Thirumurthi patch to enable the latest and greatest DWARF forms from th...Greg Clayton2012-09-271-42/+70
* <rdar://problem/11740973>Greg Clayton2012-07-121-2/+0
* <rdar://problem/11291668>Greg Clayton2012-04-241-0/+31
* Fixed an issue where we might accept the wrong type when completingGreg Clayton2012-02-021-0/+12
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-8/+11
* <rdar://problem/10507811>Greg Clayton2012-01-041-23/+37
* <rdar://problem/10551280>Greg Clayton2011-12-291-2/+11
* 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