summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/11016907>Greg Clayton2012-03-091-730/+871
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-0/+11
* <rdar://problem/10997402>Greg Clayton2012-03-071-12/+11
* <rdar://problem/10103468>Greg Clayton2012-02-241-61/+69
* Added the ability to get a ObjectFile versions from the ObjectFileGreg Clayton2012-02-221-0/+51
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-36/+251
* Improved detection of object file types, movingSean Callanan2012-02-101-2/+14
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-5/+157
* <rdar://problem/10560053>Greg Clayton2012-02-051-8/+148
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-34/+18
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-8/+9
* <rdar://problem/10368163>Greg Clayton2011-12-301-30/+72
* Fix a bug where when debugging with .o files, we end up with two symbols for ...Jim Ingham2011-12-161-4/+20
* Testcase fixes with the new symbol lookup code forSean Callanan2011-12-031-3/+3
* Remove accidental "else" that was left in in prior checking.Greg Clayton2011-12-031-1/+1
* Added new symbol types for Objective C classes, metaclasses, and ivars. EachGreg Clayton2011-12-031-85/+136
* 12% allocated memory savings when debugging clang with DWARF in .o files byGreg Clayton2011-11-221-0/+3
* <rdar://problem/10338439>Greg Clayton2011-11-131-3/+2
* <rdar://problem/10368163>Greg Clayton2011-10-311-2/+15
* Added support for the new ".apple_objc" accelerator tables. These tables areGreg Clayton2011-10-271-26/+32
* Removed namespace qualification from symbol queries.Sean Callanan2011-10-131-1/+1
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-1/+2
* Enable all the new accelerator tables if they are present and don't manuallyGreg Clayton2011-10-041-0/+4
* Convert over to the latest and greatest on disc acceleratorGreg Clayton2011-09-281-8/+8
* The first part of a fix for being able to select an architecture slice fromGreg Clayton2011-09-211-0/+9
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added support for accessing and loading our new .debug_names and .debug_typesGreg Clayton2011-09-011-0/+8
* Fixed an assertion that could happen if we happened to parse a mach-o objectGreg Clayton2011-08-261-1/+18
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-1/+1
* 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
OpenPOWER on IntegriCloud