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
*
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
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-7
/
+25
*
Removed some commented out code from the DWARF parser.
Greg Clayton
2011-09-30
1
-26
/
+4
*
Added the ability to get all section contents, or the section
Greg Clayton
2011-09-24
1
-6
/
+9
*
Removed the function:
Greg Clayton
2011-09-17
1
-1
/
+1
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+16
*
Order of initialization lists.
Stephen Wilson
2011-04-11
1
-4
/
+4
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-5
/
+6
*
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
Greg Clayton
2010-09-11
1
-5
/
+1
*
Cleaned up the output of "image lookup --address <ADDR>" which involved
Greg Clayton
2010-09-10
1
-6
/
+16
*
Clarified the intent of the SymbolContextScope class in the header
Greg Clayton
2010-08-30
1
-0
/
+45
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-0
/
+20
*
Move a bunch of trivial methods into the header. These compile down to 1-2
Benjamin Kramer
2010-06-21
1
-146
/
+0
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+463