summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil2018-04-301-6/+14
* Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...Jan Kratochvil2018-04-141-2/+2
* Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...Jan Kratochvil2018-04-061-2/+2
* Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnitGreg Clayton2018-04-051-2/+2
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-41/+41
* Due to changes for DWZ I would need to update those such as renaming it toJan Kratochvil2017-11-251-13/+0
* Fix DW_FORM_strp parsingJan Kratochvil2017-09-051-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* [DWARF parser] Produce correct template parameter packsSean Callanan2017-05-111-0/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Remove a couple of Stream flagsPavel Labath2017-01-131-44/+1
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-151-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1730/+1570
* Fix DW_AT_specification handling in DWO filesPavel Labath2016-05-051-1/+1
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-1/+1
* Don't crash if we have a DIE that has a DW_AT_ranges attribute and yet the Sy...Greg Clayton2016-02-121-5/+13
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-1/+1
* Add support for the DWARFLocationList used by split-dwarfTamas Berghammer2015-09-161-5/+10
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-137/+176
* More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...Greg Clayton2015-08-271-287/+13
* Major DWARF cleanup.Greg Clayton2015-08-261-212/+112
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-32/+36
* Fix buffer overflow for fixed_form_sizesTamas Berghammer2015-08-251-8/+9
* Parse function name from DWARF DW_AT_abstract_originTamas Berghammer2015-05-271-9/+13
* Take extra care to ensure we don't deref a NULL pointer.Greg Clayton2015-01-161-14/+18
* Audit uses of ConstString::AsCString() to make sure they weren't assumingJim Ingham2014-12-191-1/+1
* Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly beca...Greg Clayton2014-11-221-29/+30
* DWARF64 FixesTodd Fiala2014-09-111-17/+13
* Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...Greg Clayton2014-03-141-0/+34
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-14/+14
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-2/+4
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-4/+4
* Add explicit braces to quiet the "avoid dangling else" warning from clang.Greg Clayton2013-07-251-0/+2
* Fixes LLDB address ranges with gcc 4.8Ashok Thirumurthi2013-07-251-10/+78
* Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn'...Greg Clayton2013-07-151-0/+10
* <rdar://problem/13561911>Greg Clayton2013-04-031-2/+12
* <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
OpenPOWER on IntegriCloud