summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed an assertion crasher. We now handle things correclty and Greg Clayton2011-07-101-3/+9
* Added the ability to get an abstract file type (executable, object file, Greg Clayton2011-07-091-0/+84
* Fixed a crasher where we were accessing a symbol with a bad index.Greg Clayton2011-06-191-1/+1
* ABI plug-ins must implement the following pure virtual functions:Greg Clayton2011-05-241-1/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-8/+8
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+103
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-22/+0
* Add a method "GetEntryPoint" to the ObjectFile class, and implement it on Mac...Jim Ingham2011-03-071-1/+134
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-2/+2
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-7/+3
* Moved FileSpec into the Host layer since it will vary from host to host.Greg Clayton2011-02-081-1/+1
* Remove bzero use and replace with memset (patch from Kirk Beitz).Greg Clayton2011-02-041-3/+3
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-7/+7
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-2/+2
* Fixed ProcessGDBRemote to kill the process correctly when it is either runningGreg Clayton2011-01-251-0/+8
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-1/+1
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-1/+1
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-1/+1
* Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach...Greg Clayton2010-10-091-1/+1
* Added support for LC_LOAD_UPWARD_DYLIB in mach-o files.Greg Clayton2010-10-091-0/+1
* Added mutex protection to the Symtab class.Greg Clayton2010-10-081-1/+2
* 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