summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-2/+10
* Fixed an issue with the mach-o file parser when parsing indirect symbol stubsGreg Clayton2010-10-061-2/+6
* Fixed an issue I found in the mach-o symbol table parsing whereGreg Clayton2010-09-121-21/+33
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-54/+79
* Always look up the symbols with FindSymbolByID since we are minimizing the sy...Jim Ingham2010-09-101-9/+1
* Disable minimized symbol tables for now as this was causing test suite failures.Greg Clayton2010-09-081-1/+1
* Enable minimized symbol tables when parsing mach-o files. ThisGreg Clayton2010-09-081-4/+55
* Added Symtab::FindSymbolByID() in preparation for enabling the minimalGreg Clayton2010-09-071-1/+11
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-1/+7
* Modified both the ObjectFileMachO and ObjectFileELF to correctly set theGreg Clayton2010-07-211-9/+42
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-115/+132
* Switch over to using llvm's dwarf constants file.Jason Molenda2010-07-061-3/+3
* Fixed debug map in executable + DWARF in .o debugging on Mac OS X.Greg Clayton2010-06-281-0/+14
* Made lldb_private::ArchSpec more generic so that it can take a mach-o cpuGreg Clayton2010-06-111-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1311
OpenPOWER on IntegriCloud