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
/
Symbol.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Add -m option to 'target modules dump symtab' to disable demangling
Raphael Isemann
2019-11-07
1
-2
/
+3
*
Remove the is_mangled flag from Mangled and Symbol
Adrian Prantl
2019-10-09
1
-5
/
+4
*
Get the expression parser to handle missing weak symbols.
Jim Ingham
2019-06-28
1
-5
/
+10
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-32
/
+27
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix GetDisplayName when only a demangled name is available
Francis Ricci
2016-10-06
1
-2
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-641
/
+468
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-19
1
-0
/
+7
*
Revert "Unconditionally accept symbol sizes from elf"
Tamas Berghammer
2016-01-18
1
-7
/
+0
*
Unconditionally accept symbol sizes from elf
Tamas Berghammer
2016-01-18
1
-0
/
+7
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-7
/
+21
*
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
Enrico Granata
2015-07-06
1
-0
/
+8
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-3
/
+22
*
Correctly resolve symbol names containing linker annotations
Pavel Labath
2015-03-04
1
-3
/
+10
*
Optimize finding the Complete Definition of an ObjC class for debug with .o f...
Greg Clayton
2015-02-25
1
-1
/
+1
*
Fix the dumping of symbol tables to be correctly alligned for all entries whe...
Greg Clayton
2015-02-25
1
-4
/
+1
*
Correctly handle N_INDR nlist entries and don't rely on the trie information ...
Greg Clayton
2015-02-14
1
-11
/
+6
*
Make sure is_indirect local var is initialized; there
Jason Molenda
2014-10-15
1
-1
/
+1
*
Fixed the Symbol code to resolve the callable address
Sean Callanan
2014-05-23
1
-2
/
+45
*
ReExported symbols can point to a library that doesn't actually
Jim Ingham
2014-05-21
1
-28
/
+65
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-4
/
+4
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+37
*
<rdar://problem/14496092>
Greg Clayton
2013-10-21
1
-0
/
+120
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-32
/
+7
*
Symbol prologue code checks if funciton lines up with symbol and uses functio...
Michael Sartain
2013-07-03
1
-45
/
+58
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-17
/
+55
*
Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
2013-06-19
1
-14
/
+14
*
Fixed issues with the way ELF symbols are parsed:
Greg Clayton
2013-04-13
1
-2
/
+4
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-1
/
+7
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-6
/
+6
*
<rdar://problem/12106825>
Greg Clayton
2012-11-27
1
-0
/
+6
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+2
*
Sanity check the result of Symbol::GetPrologueByteSize - make sure it is not ...
Jim Ingham
2012-07-24
1
-0
/
+6
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-2
/
+2
*
<rdar://problem/11455398>
Greg Clayton
2012-05-15
1
-1
/
+1
*
Make sure the byte size is correct when dumping as it may need to be calculat...
Greg Clayton
2012-03-07
1
-4
/
+5
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-44
/
+17
*
Fixed Symbol objects being able to get their byte size.
Greg Clayton
2012-03-02
1
-0
/
+43
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-19
/
+17
*
Added many more python convenience accessors:
Greg Clayton
2012-02-01
1
-1
/
+6
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-12
/
+6
*
Save a little bit of memory that was being reserved in a UniqueCStringMap
Greg Clayton
2011-12-28
1
-6
/
+0
*
Added new symbol types for Objective C classes, metaclasses, and ivars. Each
Greg Clayton
2011-12-03
1
-0
/
+3
*
Got the sizeof(lldb_private::Symbol) down to 64 bytes (from 72 bytes) by not
Greg Clayton
2011-11-22
1
-16
/
+16
*
<rdar://problem/10338439>
Greg Clayton
2011-11-13
1
-1
/
+0
*
Fix a type in Symbol::Compare which was causing calls to Compare with type eS...
Jim Ingham
2011-10-29
1
-1
/
+1
[next]