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
*
Fixed an assertion crasher. We now handle things correclty and
Greg Clayton
2011-07-10
1
-3
/
+9
*
Added the ability to get an abstract file type (executable, object file,
Greg Clayton
2011-07-09
1
-0
/
+84
*
Fixed a crasher where we were accessing a symbol with a bad index.
Greg Clayton
2011-06-19
1
-1
/
+1
*
ABI plug-ins must implement the following pure virtual functions:
Greg Clayton
2011-05-24
1
-1
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-8
/
+8
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+103
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-22
/
+0
*
Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...
Jim Ingham
2011-03-07
1
-1
/
+134
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-2
/
+2
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-7
/
+3
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-3
/
+3
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-7
/
+7
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-2
/
+2
*
Fixed ProcessGDBRemote to kill the process correctly when it is either running
Greg Clayton
2011-01-25
1
-0
/
+8
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-1
/
+1
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-1
/
+1
*
Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach...
Greg Clayton
2010-10-09
1
-1
/
+1
*
Added support for LC_LOAD_UPWARD_DYLIB in mach-o files.
Greg Clayton
2010-10-09
1
-0
/
+1
*
Added mutex protection to the Symtab class.
Greg Clayton
2010-10-08
1
-1
/
+2
*
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