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
/
CompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-408
/
+304
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-24
/
+39
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+31
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
1
-3
/
+3
*
Remove class Language - the only thing it was actually being used for is prov...
Enrico Granata
2015-08-27
1
-3
/
+5
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-4
/
+12
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-4
/
+4
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-0
/
+17
*
For some reason, sometimes the directory paths that clang emits have internal
Jim Ingham
2014-11-15
1
-3
/
+4
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-4
/
+4
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-4
/
+4
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-5
/
+32
*
CompileUnit::ResolveSymbolContext was only filling in the LineEntry regardles...
Jim Ingham
2012-05-21
1
-6
/
+28
*
Pass *this in explicitly to save the FileSpec copy construction.
Jim Ingham
2012-04-23
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-7
/
+7
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Added the ability to restrict breakpoints by function name, function regexp, ...
Jim Ingham
2011-09-23
1
-6
/
+7
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+12
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-2
/
+2
*
Bug #: 8408441
Greg Clayton
2010-09-12
1
-40
/
+70
*
Cleaned up the output of "image lookup --address <ADDR>" which involved
Greg Clayton
2010-09-10
1
-4
/
+3
*
Created lldb::LanguageType by moving an enumeration from the
Greg Clayton
2010-07-28
1
-2
/
+2
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-0
/
+7
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+366