summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
AgeCommit message (Expand)Author
2024-12-13[lldb/DWARF] s/DWARFRangeList/llvm::DWARFAddressRangeVector (#116620)Pavel Labath
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-05-25[lldb][nfc] Refactor methods with out parameterFelipe de Azevedo Piovezan
2023-01-09[LLDB] Change formatting to use llvm::formatvAlexander Yermolovich
2022-10-19[lldb] Allow SymbolFileDWARFDebugMap to register multiple compile unitsAugusto Noronha
2020-10-19[nfc] [lldb] Move LookupAddress to DWARFCompileUnitJan Kratochvil
2020-04-23[lldb/DWARF] Trust CU DW_AT_low/high_pc information when building address tablesPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-06-14Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath
2019-06-13DWARF: Don't create lldb CompileUnits for DWARF type unitsPavel Labath
2019-05-23DWARF: Don't compute address ranges for type unitsPavel Labath
2019-05-21DWARF: Introduce DWARFUnitHeader classPavel Labath
2019-05-20DWARF: Port most of other sections over to DWARFContextPavel Labath
2019-05-17Make DWARFContext dwo-aware and port debug_info sections overPavel Labath
2019-05-10Finish renaming CompileUnit -> UnitJan Kratochvil
2019-05-06[DWARF] Reimplement/simplify DWARFUnit::GetIDPavel Labath
2019-03-22Revert "Move the rest of the sections over to DWARFContext."Pavel Labath
2019-03-21Move the rest of the sections over to DWARFContext.Zachary Turner
2019-03-15Return Error and Expected from more DWARF interfaces.Zachary Turner
2019-03-12Remove support for DWARF64.Zachary Turner
2019-02-17Remove unused extern declaration as removed by D32167Jan Kratochvil
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-13[LLDB] - Improved DWARF5 support.George Rimar
2018-05-21Reland "[DWARF] Extract indexing code into a separate class hierarchy"Pavel Labath
2018-05-18Revert "[DWARF] Extract indexing code into a separate class hierarchy"Amara Emerson
2018-05-18[DWARF] Extract indexing code into a separate class hierarchyPavel Labath
2018-05-09General cleanup to minimize the .debug_types patchGreg Clayton
2018-04-14Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...Jan Kratochvil
2018-04-06Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...Jan Kratochvil
2018-04-05Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnitGreg Clayton
2018-03-18Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil
2018-03-18DWARFUnit split out of DWARFCompileUnitJan Kratochvil
2018-02-05refactor: DWARFCompileUnit::Producer -> DWARFProducerJan Kratochvil
2017-11-29refactor: Unify+simplify DWARFCompileUnit ctor+Clear() into in-class initiali...Jan Kratochvil
2017-11-17[lldb] Ensure that dwo/dwp are not double-indexedAlexander Shaposhnikov
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-02-06Remove the verbose category in the dwarf channelPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-13Remove a couple of Stream flagsPavel Labath
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-15Add support for DW_AT_ranges_base attributeTamas Berghammer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-07-19Typo corrections identified by codespellEd Maste
2016-05-05Add support for displaying Java array types on AndoridTamas Berghammer
2016-05-04Fix a SIGSEGV caused by dereferencing a pointer without a null checkBryan Chan
2016-03-30When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton