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
/
Plugins
/
SymbolFile
/
Symtab
/
SymbolFileSymtab.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
1
-0
/
+6
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-1
/
+1
*
Further reduction of Clang-related header inclusion.
Bruce Mitchener
2015-09-21
1
-1
/
+0
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-8
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-63
/
+0
*
More abstraction to get almost all clang specific DWARF parsing code into Cla...
Greg Clayton
2015-08-18
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Fix issues with separate symbolfile handling
Tamas Berghammer
2015-07-30
1
-0
/
+1
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-1
/
+1
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-0
/
+6
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-14
/
+0
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-3
/
+3
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-5
/
+5
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-5
/
+5
*
Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...
Greg Clayton
2013-06-18
1
-0
/
+6
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-9
/
+4
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-58
/
+0
*
This is the first phase of supporting the DW_AT_object_pointer tag. I expand...
Jim Ingham
2012-10-27
1
-1
/
+4
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-3
/
+11
*
Save more memory by not parsing the symbol table for stand alone DWARF files....
Greg Clayton
2012-04-26
1
-10
/
+1
*
We now record metadata for Objective-C interfaces,
Sean Callanan
2012-04-18
1
-1
/
+2
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-2
/
+2
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-2
/
+2
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Discriminate between the lldb_private::Type's for ObjC Classes that come from...
Jim Ingham
2012-01-12
1
-1
/
+1
*
Removed function information from the symbol table
Sean Callanan
2011-12-08
1
-52
/
+3
*
Because we now call StartTagDeclarationDefinition()
Sean Callanan
2011-12-05
1
-1
/
+1
*
Added the ability for clients to grab a set of symbol table indexes and then
Greg Clayton
2011-12-03
1
-89
/
+59
*
Testcase fixes with the new symbol lookup code for
Sean Callanan
2011-12-03
1
-18
/
+9
*
Modified the Objective-C type map in SymbolFileSymtab
Sean Callanan
2011-12-02
1
-2
/
+2
*
Added support for extracting method information from
Sean Callanan
2011-12-02
1
-1
/
+102
*
Added support to the Objective-C language runtime
Sean Callanan
2011-11-30
1
-1
/
+64
*
Completed the glue that passes a ClangNamespaceDecl *
Sean Callanan
2011-10-13
1
-4
/
+4
*
Add a new breakpoint type "break by source regular expression".
Jim Ingham
2011-09-21
1
-9
/
+9
*
Make sure we have a valid object file before we try getting the symbol table
Greg Clayton
2011-06-19
1
-30
/
+32
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-20
/
+0
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-20
/
+10
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-2
/
+2
*
Added initial support to the lldb_private::SymbolFile for finding
Greg Clayton
2010-11-10
1
-0
/
+5
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-0
/
+5
*
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
Greg Clayton
2010-09-11
1
-4
/
+3
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-6
/
+9
*
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
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+401