summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* Fix build on LinuxDaniel Malea2013-04-171-0/+4
* Fix a pointer arithmetic thinko in ObjectFileMachO::GetLLDBSharedCacheUUID().Jason Molenda2013-04-161-1/+1
* Add warning messages for the cases where the inferior process shared cacheJason Molenda2013-04-161-5/+10
* <rdar://problem/13468295>Greg Clayton2013-04-161-13/+24
* The dyld_all_image_infos structure, at version 13 and higher, hasJason Molenda2013-04-161-13/+110
* Fix some minor code indentation mistakes in ObjectFileMachO.Jason Molenda2013-04-161-39/+39
* When ObjectFileMachO::ParseSections() notices that it has a truncated file, z...Jason Molenda2013-04-101-0/+26
* <rdar://problem/13521159>Greg Clayton2013-03-271-8/+8
* Don't try to read the eh_frame section out of a dSYM.Jason Molenda2013-03-221-1/+5
* Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo.Jason Molenda2013-03-211-0/+33
* Remove some tabs and extraneous space chars from ObjectFileMachO.cpp.Jason Molenda2013-03-061-136/+136
* Retrieve the dyld shared cache mapping offset from the shared cache instead o...Jason Molenda2013-03-061-14/+64
* <rdar://problem/13338643>Greg Clayton2013-03-041-4/+0
* Added eSymbolTypeResolver to a few switch statements that needed it.Greg Clayton2013-02-271-0/+1
* <rdar://problem/13159777> Greg Clayton2013-02-061-8/+29
* Change ObjectFileMachO::ParseSymtab to read the externalJason Molenda2013-02-051-2/+14
* One more change of a uint32_t variable to offset_tJason Molenda2013-01-261-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-33/+34
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-1/+1
* Remove insufficient linkedit address check; the problemJason Molenda2012-12-131-1/+1
* <rdar://problem/12831670>Jason Molenda2012-12-071-1/+1
* <rdar://problem/12106825>Greg Clayton2012-11-271-77/+88
* <rdar://problem/12238339> Greg Clayton2012-11-161-0/+5
* <rdar://problem/12602978>Greg Clayton2012-10-301-1/+13
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-16/+19
* Train LLDB to deal with bad linker N_SO entries that point to our source file...Greg Clayton2012-09-071-0/+36
* <rdar://problem/12237556>Greg Clayton2012-09-051-31/+40
* <rdar://problem/12100588>Greg Clayton2012-09-051-1/+7
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-2/+2
* Change the things we pass to Mangled::SetValue to be ConstStrings instead of Jason Molenda2012-07-201-5/+5
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-6/+6
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-5/+0
* Blacklisted a UUID that is generated by OpenCL onSean Callanan2012-07-121-0/+13
* Additional comment in ObjectFileMachO::ParseSymtab to explainJason Molenda2012-06-221-6/+14
OpenPOWER on IntegriCloud