summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-455/+464
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-2/+9
* <rdar://problem/13941992>Greg Clayton2013-06-041-5/+7
* <rdar://problem/13128331>Greg Clayton2013-05-151-24/+21
* <rdar://problem/13748253>Greg Clayton2013-05-141-91/+141
* A few more small tweaks to arm core file handling.Jason Molenda2013-05-141-7/+20
* Small change to the previous checkin, read in the fpu register contextJason Molenda2013-05-141-4/+10
* Fixes to read the floating point and exception registers sets outJason Molenda2013-05-141-18/+36
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-6/+4
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-34/+143
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-2/+2
OpenPOWER on IntegriCloud