summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
AgeCommit message (Expand)Author
2024-10-01[lldb][DWARF] Replace lldb's DWARFDebugArangeSet with llvm's (#110058)Zequan Wu
2024-06-18[lldb] Remove LLVM_PRETTY_FUNCTION from LLDB_SCOPED_TIMERFJonas Devlieghere
2023-10-13[LLDB][NFC] Create a namespace for the DWARF plugin (#68150)Walter Erquinigo
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-03-20[lldb] Sidestep -Wformat warning by using LLDB_LOG instead of LLDB_LOGFJonas Devlieghere
2023-02-23[lldb] Fix -Wformat in DWARFDebugAranges.cpp (NFC)Jie Fu
2023-02-13Revert "[lldb] Use portable format string PRIx64"Pranav Kant
2023-02-13[lldb] Use portable format string PRIx64Benjamin Kramer
2022-01-28[lldb] Convert DWARF log to the new APIPavel Labath
2021-03-29Fix .debug_aranges parsing issues.Greg Clayton
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-09-15Fix .debug_aranges parsing.Greg Clayton
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-14DWARF: Remove unused includes from DWARFDebugAranges.h/cppPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-16DWARFContext: Return empty data extractors instead of null pointersPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-19Delete more dead code.Zachary Turner
2019-03-19Delete dead code.Zachary Turner
2019-03-19Remove a couple of log statements.Zachary Turner
2019-03-15Return Error and Expected from more DWARF interfaces.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-18Move the codebase to use: DWARFCompileUnit -> DWARFUnitJan Kratochvil
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-14Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...Greg Clayton
2013-10-24Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-12Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2011-10-08Added more functionality to Range template classes in RangeMap.h and converte...Greg Clayton
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton
2011-10-07Since we use address ranges a lot I added a templatized class that allows us ...Greg Clayton
2011-10-06Added a new logging channel to the DWARF called "lookups":Greg Clayton
2011-09-12Huge memory and performance improvements in the DWARF parser.Greg Clayton
2011-04-18Rename some variables, no functionality change.Johnny Chen
2011-04-15Get rid the of set membership test (log(m)) and, instead, use an index variab...Johnny Chen
2011-04-15Update both the src and dst pointers at the end of the loop.Johnny Chen
2011-04-15Optimize address range coalescing.Johnny Chen
2011-04-08Add missing headers.Stephen Wilson
2010-09-15So we can't use .debug_pubtypes as it, as designed, does not tell us about Greg Clayton
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton