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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-17
/
+13
*
Move Timer and TraceOptions from Core to Utility
Pavel Labath
2017-06-29
1
-1
/
+1
*
Move many other files from Core -> Utility.
Zachary Turner
2017-03-06
1
-1
/
+0
*
Remove some dead code in FileSpec.
Zachary Turner
2017-03-03
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[CMake] [4/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-332
/
+255
*
Warning about debugging optimized code was not happening without dSYMs. Now i...
Greg Clayton
2016-07-05
1
-1
/
+2
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Read macro info from .debug_macro section and use it for expression evaluation.
Siva Chandra
2015-12-16
2
-0
/
+9
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-19
1
-46
/
+54
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
2
-2
/
+2
*
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
2
-11
/
+0
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
2
-86
/
+0
*
More abstraction to get almost all clang specific DWARF parsing code into Cla...
Greg Clayton
2015-08-18
2
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
2
-2
/
+2
*
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
2
-0
/
+9
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-14
/
+0
*
Convert to UNIX line endings.
Joerg Sonnenberger
2013-09-25
1
-5
/
+5
*
Huge change to clean up types.
Greg Clayton
2013-07-11
2
-5
/
+5
*
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
2
-2
/
+10
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
2
-14
/
+6
*
Adding CMake build system to LLDB. Some known issues remain:
Daniel Malea
2013-02-21
1
-0
/
+5
*
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
2
-3
/
+14
*
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
2
-4
/
+4
*
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
2
-103
/
+67
*
Testcase fixes with the new symbol lookup code for
Sean Callanan
2011-12-03
2
-20
/
+13
*
Modified the Objective-C type map in SymbolFileSymtab
Sean Callanan
2011-12-02
2
-3
/
+3
*
Added support for extracting method information from
Sean Callanan
2011-12-02
2
-1
/
+106
*
Added support to the Objective-C language runtime
Sean Callanan
2011-11-30
2
-1
/
+71
*
Completed the glue that passes a ClangNamespaceDecl *
Sean Callanan
2011-10-13
2
-8
/
+9
[next]