summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-use prologue parsing code that was already written instead of having two c...Greg Clayton2015-10-261-62/+33
* Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin2015-06-091-2/+2
* Delegate path operations to FileSpec.Chaoren Lin2015-06-051-48/+17
* dwarf: add dwarf v4 maximum_operations_per_instruction to DWARFDebugLine.Todd Fiala2014-09-291-2/+9
* DWARF64 FixesTodd Fiala2014-09-111-3/+6
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Accept DWARF version 2 and 3 in debug_line tablesEd Maste2014-04-081-2/+2
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* Add support for dumping DW_LNE_set_discriminator line table extended entries.Greg Clayton2014-03-201-1/+7
* Migrate DWARFDebugLine to DWARFDataExtractor 64-bit DWARF supportEd Maste2013-10-311-21/+5
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-11/+11
* Initial DWARF64 support for .debug_lineEd Maste2013-10-231-4/+23
* Correct log message typo: ended ad -> ended atEd Maste2013-10-171-2/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* <rdar://problem/13069948>Greg Clayton2013-01-251-16/+16
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Fix a crasher in Jason Molenda2012-11-081-2/+2
* <rdar://problem/11072382>Greg Clayton2012-03-191-9/+9
* <rdar://problem/8196933>Greg Clayton2012-03-151-2/+12
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-4/+11
* Added a new logging channel to the DWARF called "lookups":Greg Clayton2011-10-061-3/+4
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Removed some assertions that could crash the controlling programGreg Clayton2011-05-171-5/+11
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-3/+3
* Add the ability to not resolve the name passed to FileSpec. Then don't resol...Jim Ingham2010-09-161-1/+3
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1410
OpenPOWER on IntegriCloud