Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
0198ce06fc571de7b6dc4c416a316781a2344a6c
/
lldb
/
source
/
Plugins
/
ObjectFile
/
Mach-O
/
ObjectFileMachO.cpp
0c38b0d
Fixed an issue I found in the mach-o symbol table parsing where
by Greg Clayton
· 15 years ago
bcf2cfb
Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.
by Greg Clayton
· 15 years ago
39bbba4
Always look up the symbols with FindSymbolByID since we are minimizing the symbol list.
by Jim Ingham
· 15 years ago
c78e9a2
Disable minimized symbol tables for now as this was causing test suite failures.
by Greg Clayton
· 15 years ago
928d829
Enable minimized symbol tables when parsing mach-o files. This
by Greg Clayton
· 15 years ago
49bd1c8
Added Symtab::FindSymbolByID() in preparation for enabling the minimal
by Greg Clayton
· 15 years ago
5aee162
Change Target & Process so they can really be initialized with an invalid architecture.
by Jim Ingham
· 15 years ago
4ceb998
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
by Greg Clayton
· 15 years ago
e1a916a
Change over to using the definitions for mach-o types and defines to the
by Greg Clayton
· 15 years ago
ea84e76
Switch over to using llvm's dwarf constants file.
by Jason Molenda
· 15 years ago
8d38ac4
Fixed debug map in executable + DWARF in .o debugging on Mac OS X.
by Greg Clayton
· 15 years ago
41f9232
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago