aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
AgeCommit message (Expand)Author
2018-06-04AppleDWARFIndex: Get function method-ness directly from debug infoPavel Labath
2018-05-25ManualDWARFIndex: Fix misclassification of methods in unionsPavel Labath
2018-05-24DWARFDIE split out to DWARFBaseDIEJan Kratochvil
2018-05-09General cleanup to minimize the .debug_types patchGreg Clayton
2018-04-30Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil
2018-03-18Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil
2017-10-09[DWARFDIE] Rewrite `operator !=` using `operator ==`. NFCI.Davide Italiano
2017-10-09[SymbolFile/DWARF] Simplify two functions. NFCI.Davide Italiano
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-01Fixed an issue where if we have DWARF in an executable that has multiple lang...Greg Clayton
2016-03-30When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton
2015-12-08Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton
2015-12-02Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer
2015-12-02Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton
2015-10-15Fix broken assert in DWARFDIE.cpp on OS XTodd Fiala
2015-09-21Further reduction of Clang-related header inclusion.Bruce Mitchener
2015-09-16Add support for the DWARFLocationList used by split-dwarfTamas Berghammer
2015-09-15Fix several issues arount dwo symbol file handlingTamas Berghammer
2015-09-09Add basic fission support to SymbolFileDWARFTamas Berghammer
2015-08-28Made a new abstract class named "DWARFASTParser" which lives in "source/Plugi...Greg Clayton
2015-08-26Major DWARF cleanup.Greg Clayton