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
/
ObjectFile
/
Mach-O
/
ObjectFileMachO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hooked up ability to look up data symbols so they show up in disassembly
Greg Clayton
2010-10-08
1
-2
/
+10
*
Fixed an issue with the mach-o file parser when parsing indirect symbol stubs
Greg Clayton
2010-10-06
1
-2
/
+6
*
Fixed an issue I found in the mach-o symbol table parsing where
Greg Clayton
2010-09-12
1
-21
/
+33
*
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
Greg Clayton
2010-09-11
1
-54
/
+79
*
Always look up the symbols with FindSymbolByID since we are minimizing the sy...
Jim Ingham
2010-09-10
1
-9
/
+1
*
Disable minimized symbol tables for now as this was causing test suite failures.
Greg Clayton
2010-09-08
1
-1
/
+1
*
Enable minimized symbol tables when parsing mach-o files. This
Greg Clayton
2010-09-08
1
-4
/
+55
*
Added Symtab::FindSymbolByID() in preparation for enabling the minimal
Greg Clayton
2010-09-07
1
-1
/
+11
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-1
/
+7
*
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
Greg Clayton
2010-07-21
1
-9
/
+42
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-115
/
+132
*
Switch over to using llvm's dwarf constants file.
Jason Molenda
2010-07-06
1
-3
/
+3
*
Fixed debug map in executable + DWARF in .o debugging on Mac OS X.
Greg Clayton
2010-06-28
1
-0
/
+14
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
1
-2
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1311