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
/
SymbolVendor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-1
/
+1
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-0
/
+15
*
Change SymbolVendor::GetCompileUnitAtIndex() and SymbolVendor::Dump() to make...
Greg Clayton
2015-04-14
1
-0
/
+3
*
Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList...
Ilia K
2015-03-10
1
-0
/
+13
*
When adding a dSYM to an existing ObjectFile, we can have a situation
Jason Molenda
2014-08-22
1
-0
/
+21
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-5
/
+5
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-2
/
+2
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-9
/
+32
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
1
-0
/
+15
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-8
/
+3
*
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/13069948>
Greg Clayton
2013-01-25
1
-14
/
+14
*
Cleaned up the UUID mismatch just printing itself whenever it wants to by all...
Greg Clayton
2012-12-14
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+16
*
<rdar://problem/11160171>
Greg Clayton
2012-04-02
1
-2
/
+8
*
<rdar://problem/11034170>
Greg Clayton
2012-03-13
1
-103
/
+179
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-6
/
+6
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-4
/
+4
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Correct typo in method name (AddSymbolFileRepresendation...)
Jim Ingham
2011-12-06
1
-2
/
+2
*
Completed the glue that passes a ClangNamespaceDecl *
Sean Callanan
2011-10-13
1
-8
/
+8
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Don't put modules for .o files into the global shared module list. We
Greg Clayton
2011-09-18
1
-4
/
+11
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-20
/
+0
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-6
/
+0
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-16
/
+10
*
Fixed the Objective C method prototypes to be correct (the selectors weren't
Greg Clayton
2010-10-12
1
-2
/
+1
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-15
/
+10
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-2
/
+2
*
SymbolVendor.mm doesn't seem to have any Objective-C in it;
Jason Molenda
2010-06-09
1
-0
/
+386