summaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
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-06-07[lldb] Fix msan use-of-uninitialized-value in DWARFDebugLine::FileNameEntry.Jorge Gorbe Moya
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-19Delete dead code.Zachary Turner
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-09-13[LLDB] - Improved DWARF5 support.George Rimar
2018-04-27Always normalize FileSpec paths.Greg Clayton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-26Re-use prologue parsing code that was already written instead of having two c...Greg Clayton
2015-08-27More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...Greg Clayton
2014-09-29dwarf: add dwarf v4 maximum_operations_per_instruction to DWARFDebugLine.Todd Fiala
2013-10-31Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF supportEd Maste
2013-10-31Remove unused DWARFDebugLine length functionsEd Maste
2013-10-24Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste
2013-10-23Initial DWARF64 support for .debug_lineEd Maste
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-05-23Small fixes: actually return a boolean and remove semi-colons.Filipe Cabecinhas
2012-03-15<rdar://problem/8196933>Greg Clayton
2012-03-14<rdar://problem/10434005>Greg Clayton
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2011-09-12Fixed the header guards.Greg Clayton
2011-01-08Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner