summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/LineTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix dwarf sequence insertionsStephane Sezer2016-01-081-0/+7
* Fix prologue end handling when code compiled by gccTamas Berghammer2015-09-161-0/+10
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Fixed a problem where we might omit some breakpoints when using DWARF in .o f...Greg Clayton2015-02-101-2/+1
* Remove dead store.Jason Molenda2014-10-161-1/+0
* Don't allow multiple line entries with the same address to exist sequentially.Greg Clayton2014-06-181-1/+11
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-9/+9
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13413693>Greg Clayton2013-03-141-2/+2
* <rdar://problem/13362109>Greg Clayton2013-03-061-15/+42
* <rdar://problem/13338643>Greg Clayton2013-03-041-139/+165
* Handle the case of unordered sequences in a DWARF line table.Andrew Kaylor2013-01-041-28/+74
* Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...Greg Clayton2012-12-121-0/+37
* <rdar://problem/11149427>Greg Clayton2012-03-291-2/+2
* <rdar://problem/11078937>Greg Clayton2012-03-201-1/+3
* <rdar://problem/10103468>Greg Clayton2012-02-241-11/+15
* Added a new option to the "source list" command that allows us to see whereGreg Clayton2011-04-191-0/+35
* Line tables were trying to be too clever and only use 24 bits for a lineGreg Clayton2010-12-191-8/+0
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-4/+4
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-6/+6
* Bug #: 8408441Greg Clayton2010-09-121-0/+58
* Fixed an issue with looking up line table entries by address where internalGreg Clayton2010-07-061-11/+39
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-1/+1
* Minor warning/error fixes.Eli Friedman2010-06-091-2/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+332
OpenPOWER on IntegriCloud