index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Symbol
/
LineTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Use llvm range functions in LineTable.cpp
Pavel Labath
2019-12-03
1
-6
/
+2
*
Fix line table resolution near the end of a section
Pavel Labath
2019-08-06
1
-27
/
+41
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-5
/
+0
*
Promote more debug-only assertions to regular assertions.
Adrian Prantl
2019-03-07
1
-1
/
+1
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-44
/
+32
*
Fix a problem with line tables & .o files that start with code with no line t...
Jim Ingham
2017-03-20
1
-0
/
+8
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix more unused variable warnings when asserts are disabled.
Hafiz Abid Qadeer
2017-01-20
1
-0
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-536
/
+464
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Keep original source path and mapped path in LineEntry
Ted Woodward
2016-05-11
1
-2
/
+3
*
Fix dwarf sequence insertions
Stephane Sezer
2016-01-08
1
-0
/
+7
*
Fix prologue end handling when code compiled by gcc
Tamas Berghammer
2015-09-16
1
-0
/
+10
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-2
/
+2
*
Fixed a problem where we might omit some breakpoints when using DWARF in .o f...
Greg Clayton
2015-02-10
1
-2
/
+1
*
Remove dead store.
Jason Molenda
2014-10-16
1
-1
/
+0
*
Don't allow multiple line entries with the same address to exist sequentially.
Greg Clayton
2014-06-18
1
-1
/
+11
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-9
/
+9
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+1
*
<rdar://problem/13413693>
Greg Clayton
2013-03-14
1
-2
/
+2
*
<rdar://problem/13362109>
Greg Clayton
2013-03-06
1
-15
/
+42
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-139
/
+165
*
Handle the case of unordered sequences in a DWARF line table.
Andrew Kaylor
2013-01-04
1
-28
/
+74
*
Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...
Greg Clayton
2012-12-12
1
-0
/
+37
*
<rdar://problem/11149427>
Greg Clayton
2012-03-29
1
-2
/
+2
*
<rdar://problem/11078937>
Greg Clayton
2012-03-20
1
-1
/
+3
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-11
/
+15
*
Added a new option to the "source list" command that allows us to see where
Greg Clayton
2011-04-19
1
-0
/
+35
*
Line tables were trying to be too clever and only use 24 bits for a line
Greg Clayton
2010-12-19
1
-8
/
+0
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-4
/
+4
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-6
/
+6
*
Bug #: 8408441
Greg Clayton
2010-09-12
1
-0
/
+58
*
Fixed an issue with looking up line table entries by address where internal
Greg Clayton
2010-07-06
1
-11
/
+39
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-1
/
+1
*
Minor warning/error fixes.
Eli Friedman
2010-06-09
1
-2
/
+3
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+332