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
*
[DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its use
Pavel Labath
2018-06-06
1
-0
/
+2
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-7
/
+7
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-14
/
+14
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-493
/
+400
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-2
/
+14
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-25
/
+25
*
Now that SymbolFileDWARF supports having types in completely separate .pcm fi...
Greg Clayton
2016-02-10
1
-2
/
+2
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+12
*
Trying to submit 254476 one more time. This implement -gmodule debugging supp...
Greg Clayton
2015-12-08
1
-0
/
+15
*
Revert "Added support for -gmodule debugging when debug info is left in the ....
Tamas Berghammer
2015-12-02
1
-15
/
+0
*
Added support for -gmodule debugging when debug info is left in the .o files ...
Greg Clayton
2015-12-02
1
-0
/
+15
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-1
/
+1
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-1
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-11
/
+11
*
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