summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/LineTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Use llvm range functions in LineTable.cppPavel Labath2019-12-031-6/+2
* Fix line table resolution near the end of a sectionPavel Labath2019-08-061-27/+41
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-5/+0
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-44/+32
* Fix a problem with line tables & .o files that start with code with no line t...Jim Ingham2017-03-201-0/+8
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix more unused variable warnings when asserts are disabled.Hafiz Abid Qadeer2017-01-201-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-536/+464
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-111-2/+3
* 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