summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
Commit message (Expand)AuthorAgeFilesLines
* <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
* Preliminary set of changes to ObjectFileMachO::ParseSymtab when lldbJason Molenda2012-06-211-8/+847
* Committed a change to the SectionList that introducesSean Callanan2012-06-081-1/+1
* <rdar://problem/11537498>Greg Clayton2012-05-301-2/+20
* <rdar://problem/11535465> Greg Clayton2012-05-251-8/+15
* Fixed an issue where we might have easy access to the string table data for a...Greg Clayton2012-05-251-17/+21
* Found a quick way to improve the speed with which we can read object files fr...Greg Clayton2012-05-181-23/+48
* Added support for the LC_ENCRYPTION_INFO load command.Greg Clayton2012-04-241-2/+28
* A small fix for ObjectFileMachO::ParseSymtab() where a pointerJason Molenda2012-04-241-1/+5
* Added an iOS local debugging optimization when reading the __LINKEDIT section...Greg Clayton2012-04-181-11/+51
* <rdar://problem/11042408>Greg Clayton2012-03-141-7/+49
* <rdar://problem/11034170> Greg Clayton2012-03-131-306/+347
* <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
OpenPOWER on IntegriCloud