summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-5/+5
* Make sure things build for iOS after recent changes.Greg Clayton2015-02-201-7/+9
* Correctly handle N_INDR nlist entries and don't rely on the trie information ...Greg Clayton2015-02-141-20/+108
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-051-0/+6
* Fix it so we always get major, minor and update from the version in ObjectFil...Greg Clayton2015-02-041-12/+4
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-4/+17
* Enable armv7 core file writing for Mach-O binaries. Jason Molenda2014-11-121-3/+4
* Sketch out the armv7 and arm64 core file writing support inJason Molenda2014-11-121-7/+169
* Add support for 32-bit core file dumping. Add support for i386 process core ...Jason Molenda2014-11-111-20/+120
* Remove unused variable.Jason Molenda2014-10-161-3/+1
* Fixed an issue where the last N load commands in the mach-o core file would n...Greg Clayton2014-09-161-0/+1
* Fix up lldb build for llvm r217172.Todd Fiala2014-09-041-3/+3
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+12
* When constructing an ArchSpec from a MachO cpu type and subtype, don't set th...Greg Clayton2014-07-291-2/+6
* ObjectFileMachO: Silence signed/unsigned comparison warningDavid Majnemer2014-07-241-2/+1
* Plugins: silence a few more signed comparision warningsSaleem Abdulrasool2014-07-231-1/+2
* Target: silence a GCC warningSaleem Abdulrasool2014-07-231-1/+3
* Use PRIx64.Joerg Sonnenberger2014-07-181-1/+1
* Fixed the objective C symbol parsing in ObjectFileMachO.Greg Clayton2014-07-171-6/+0
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-4/+4
* Fix typos.Bruce Mitchener2014-07-011-13/+13
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-1/+4
* Correctly classify code sections as code sections by using the S_ATTR_PURE_IN...Greg Clayton2014-06-161-113/+149
* Remove unused variablesSaleem Abdulrasool2014-06-131-1/+1
* Added the ability to save core files:Greg Clayton2014-06-131-1/+414
* iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...Greg Clayton2014-05-291-47/+96
* ReExported symbols can point to a library that doesn't actuallyJim Ingham2014-05-211-0/+5
* When increasing the amount of a file read, read the total of the Mach-O headerJason Molenda2014-04-221-2/+3
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-5/+9
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-4/+5
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-6/+151
* Modified ObjectFile::SetLoadAddress() to now be:Greg Clayton2014-02-071-21/+82
* Implement ObjectFileMachO::SetLoadAddress().Greg Clayton2014-02-061-0/+56
* If a library has no N_FUN symbols we don't succeed in finding resolver symbol...Greg Clayton2014-01-161-2/+2
* Make sure we correctly merge all N_FUN symbols with non-stab entries even if ...Greg Clayton2014-01-161-50/+82
* The actual indirect symbol is not the one at the address of the Trie entry ma...Jim Ingham2014-01-101-27/+42
* Added the ability to get the SDK path for a target using the platform plugins...Greg Clayton2013-10-241-0/+124
* <rdar://problem/14496092>Greg Clayton2013-10-211-35/+240
* <rdar://problem/15191078>Greg Clayton2013-10-111-1/+1
* Change ProcessMachCore to search for both a user-process dyld binaryJason Molenda2013-09-141-2/+2
* Fixed a few typos.Ashok Thirumurthi2013-08-271-2/+2
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-282/+277
* When ObjectFileMachO::GetModuleSpecifications is getting the ArchSpecJason Molenda2013-08-271-0/+5
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-1/+1
* Follow-up to the checkin of r188532 -- make sure thatJason Molenda2013-08-171-0/+9
* Add a new Section::SetFileAddress method to change a Section's fileJason Molenda2013-08-161-10/+24
* <rdar://problem/14717184>Greg Clayton2013-08-131-1/+11
* <rdar://problem/14717184>Greg Clayton2013-08-131-639/+648
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-1/+2
OpenPOWER on IntegriCloud