summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-091-7/+0
* [lldb/DWARF] Fix v5 location lists for dwo filesPavel Labath2019-12-121-1/+3
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+2
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-5/+5
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-1/+1
* DWARF: Add support for type units+split dwarf comboPavel Labath2019-06-251-5/+28
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-211-4/+3
* DWARF: Provide accessors to DIERef fieldsPavel Labath2019-06-201-3/+4
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-12/+12
* DWARF: Don't create lldb CompileUnits for DWARF type unitsPavel Labath2019-06-131-13/+11
* DWARF: Remove cu_idx variables from parsing functionsPavel Labath2019-05-271-4/+2
* DWARF: Port debug_addr over to DWARFContextPavel Labath2019-05-211-13/+0
* DWARF: Port most of other sections over to DWARFContextPavel Labath2019-05-201-14/+0
* Make DWARFContext dwo-aware and port debug_info sections overPavel Labath2019-05-171-6/+3
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-161-1/+1
* [DWARF] Use sequential integers for the IDs of the SymbolFileDWOsPavel Labath2019-05-131-2/+3
* Finish renaming CompileUnit -> UnitJan Kratochvil2019-05-101-1/+1
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-221-1/+1
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-211-1/+1
* Introduce DWARFContext.Zachary Turner2019-03-201-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-8/+31
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-141-31/+8
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-141-8/+31
* Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil2018-03-181-6/+6
* [lldb] Ensure that dwo/dwp are not double-indexedAlexander Shaposhnikov2017-11-171-0/+17
* Improve the fix for PR33875 by not hardcoding the section name.Adrian Prantl2017-07-251-6/+6
* RFix PR33875 by distinguishing between DWO and clang modules.Adrian Prantl2017-07-241-0/+8
* Revert "Fix PR33875 by distinguishing between DWO and clang modules"Adrian Prantl2017-07-231-6/+0
* Fix PR33875 by distinguishing between DWO and clang modulesAdrian Prantl2017-07-231-0/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-83/+66
* Change a recently added assert into lldbassertPavel Labath2016-04-011-1/+2
* Fix DWO breakage in r264909Pavel Labath2016-03-311-0/+7
* Fix a fission expression evaluation issueTamas Berghammer2015-10-261-0/+6
* Make SymbolFileDWARF::GetCachedSectionData thread safeTamas Berghammer2015-10-221-14/+6
* Fix a crash, an UB and add some assert to dwo symbol file handlingTamas Berghammer2015-10-091-0/+6
* Add newline at end of file to avoid compiler warning.Greg Clayton2015-09-161-1/+1
* Add support for the DWARFLocationList used by split-dwarfTamas Berghammer2015-09-161-0/+7
* Fix several issues arount dwo symbol file handlingTamas Berghammer2015-09-151-5/+18
* Darwin has a debug info format that stores module types in stand alone files ...Greg Clayton2015-09-141-2/+5
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-0/+104
OpenPOWER on IntegriCloud