summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
Commit message (Expand)AuthorAgeFilesLines
* [DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere2019-08-131-224/+0
* [SymbolFile] Remove commented out methodAlex Langford2019-08-061-3/+0
* [lldb] Fix msan use-of-uninitialized-value in DWARFDebugLine::FileNameEntry.Jorge Gorbe Moya2019-06-071-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Delete dead code.Zachary Turner2019-03-191-18/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DWARF: Add some support for non-native directory separatorsPavel Labath2019-01-161-2/+4
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-4/+14
* Always normalize FileSpec paths.Greg Clayton2018-04-271-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-189/+209
* Re-use prologue parsing code that was already written instead of having two c...Greg Clayton2015-10-261-4/+4
* More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...Greg Clayton2015-08-271-1/+0
* dwarf: add dwarf v4 maximum_operations_per_instruction to DWARFDebugLine.Todd Fiala2014-09-291-0/+1
* Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF supportEd Maste2013-10-311-6/+1
* Remove unused DWARFDebugLine length functionsEd Maste2013-10-311-4/+0
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-9/+10
* Initial DWARF64 support for .debug_lineEd Maste2013-10-231-3/+8
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Small fixes: actually return a boolean and remove semi-colons.Filipe Cabecinhas2012-05-231-1/+1
* <rdar://problem/8196933>Greg Clayton2012-03-151-1/+1
* <rdar://problem/10434005>Greg Clayton2012-03-141-2/+2
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-2/+2
* Fixed the header guards.Greg Clayton2011-09-121-4/+4
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+225
OpenPOWER on IntegriCloud