summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
AgeCommit message (Expand)Author
2013-10-24Added the ability to get the SDK path for a target using the platform plugins...Greg Clayton
2013-10-21<rdar://problem/14496092>Greg Clayton
2013-10-11<rdar://problem/15191078>Greg Clayton
2013-09-14Change ProcessMachCore to search for both a user-process dyld binaryJason Molenda
2013-08-27Fixed a few typos.Ashok Thirumurthi
2013-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis
2013-08-27When ObjectFileMachO::GetModuleSpecifications is getting the ArchSpecJason Molenda
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello
2013-08-17Follow-up to the checkin of r188532 -- make sure thatJason Molenda
2013-08-16Add a new Section::SetFileAddress method to change a Section's fileJason Molenda
2013-08-13<rdar://problem/14717184>Greg Clayton
2013-08-13<rdar://problem/14717184>Greg Clayton
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-06-04<rdar://problem/13941992>Greg Clayton
2013-05-15<rdar://problem/13128331>Greg Clayton
2013-05-14<rdar://problem/13748253>Greg Clayton
2013-05-14A few more small tweaks to arm core file handling.Jason Molenda
2013-05-14Small change to the previous checkin, read in the fpu register contextJason Molenda
2013-05-14Fixes to read the floating point and exception registers sets outJason Molenda
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-24Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-04-17Fix build on LinuxDaniel Malea
2013-04-16Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID().Jason Molenda
2013-04-16Add warning messages for the cases where the inferior process shared cacheJason Molenda
2013-04-16<rdar://problem/13468295>Greg Clayton
2013-04-16The dyld_all_image_infos structure, at version 13 and higher, hasJason Molenda
2013-04-16Fix some minor code indentation mistakes in ObjectFileMachO.Jason Molenda
2013-04-10When ObjectFileMachO::ParseSections() notices that it has a truncated file, z...Jason Molenda
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-22Don't try to read the eh_frame section out of a dSYM.Jason Molenda
2013-03-21Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.Jason Molenda
2013-03-06Remove some tabs and extraneous space chars from ObjectFileMachO.cpp.Jason Molenda
2013-03-06Retrieve the dyld shared cache mapping offset from the shared cache instead o...Jason Molenda
2013-03-04<rdar://problem/13338643>Greg Clayton
2013-02-27Added eSymbolTypeResolver to a few switch statements that needed it.Greg Clayton
2013-02-06<rdar://problem/13159777> Greg Clayton
2013-02-05Change ObjectFileMachO::ParseSymtab to read the externalJason Molenda
2013-01-26One more change of a uint32_t variable to offset_tJason Molenda
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-13Removed the == and != operators from ArchSpec, sinceSean Callanan
2012-12-13Remove insufficient linkedit address check; the problemJason Molenda
2012-12-07<rdar://problem/12831670>Jason Molenda
2012-11-27<rdar://problem/12106825>Greg Clayton
2012-11-16<rdar://problem/12238339> Greg Clayton
2012-10-30<rdar://problem/12602978>Greg Clayton