summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
AgeCommit message (Expand)Author
2019-08-13[DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere
2019-08-06[SymbolFile] Remove commented out methodAlex Langford
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-19Delete dead code.Zachary Turner
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16DWARF: Add some support for non-native directory separatorsPavel Labath
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-09-13[LLDB] - Improved DWARF5 support.George Rimar
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-27Always normalize FileSpec paths.Greg Clayton
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
2016-09-23Change Module::RemapPath to use StringRef.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
2015-10-26Re-use prologue parsing code that was already written instead of having two c...Greg Clayton
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin
2015-06-05Delegate path operations to FileSpec.Chaoren Lin
2014-09-29dwarf: add dwarf v4 maximum_operations_per_instruction to DWARFDebugLine.Todd Fiala
2014-09-11DWARF64 FixesTodd Fiala
2014-07-08Fix typos.Bruce Mitchener
2014-04-08Accept DWARF version 2 and 3 in debug_line tablesEd Maste
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2014-03-20Add support for dumping DW_LNE_set_discriminator line table extended entries.Greg Clayton
2013-10-31Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF supportEd Maste
2013-10-24Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste
2013-10-23Initial DWARF64 support for .debug_lineEd Maste
2013-10-17Correct log message typo: ended ad -> ended atEd 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-11-08Fix a crasher in Jason Molenda
2012-03-19<rdar://problem/11072382>Greg Clayton
2012-03-15<rdar://problem/8196933>Greg Clayton
2012-01-05Added code in the Host layer that can report system log messagesGreg Clayton
2011-10-06Added a new logging channel to the DWARF called "lookups":Greg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2011-05-17Removed some assertions that could crash the controlling programGreg Clayton
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2010-09-16Add the ability to not resolve the name passed to FileSpec. Then don't resol...Jim Ingham
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner