summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/14717184>Greg Clayton2013-08-131-1/+14
* Huge change to clean up types.Greg Clayton2013-07-111-6/+8
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-2/+2
* <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-18/+12
* Fix build on LinuxDaniel Malea2013-04-171-0/+4
* Revert 179694 -- it breaks remote debugging of mac os x targets for some folkDaniel Malea2013-04-171-4/+0
* Fix Linux build of LLDBDaniel Malea2013-04-171-0/+4
* Update the dyld_all_image_infos size definition inJason Molenda2013-04-161-1/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-10/+9
* <rdar://problem/13159777> Greg Clayton2013-02-061-1/+1
* <rdar://problem/13092722>Greg Clayton2013-02-011-98/+63
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-1/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-18/+14
* Remember to tell the target about dyld when we resolve the address for it.Jim Ingham2012-12-221-2/+9
* Fix a few more clang (3.2) warnings on Linux:Daniel Malea2012-12-071-1/+1
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-3/+0
* <rdar://problem/12649160>Greg Clayton2012-12-051-2/+52
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-10/+10
* <rdar://problem/12586350>Enrico Granata2012-11-081-6/+8
* Fix an incorrect comment...Jim Ingham2012-10-291-0/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+50
* Add explicit casts to bool in "shared pointer is valid" constructs that retur...Jim Ingham2012-08-111-1/+1
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* <rdar://problem/11357711>Greg Clayton2012-07-071-8/+8
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-3/+5
* Don't do a stat compare of the module with its underlying file if we already ...Jim Ingham2012-05-161-15/+12
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+11
* Fixed the ability to load multiple __LINKEDIT segments at the same address fo...Greg Clayton2012-04-161-11/+11
* Fix the process of getting the ObjC runtime - if we ask for it too early (in ...Jim Ingham2012-03-101-1/+1
* <rdar://problem/10997402>Greg Clayton2012-03-071-6/+2
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-41/+21
* <rdar://problem/10103468>Greg Clayton2012-02-241-5/+5
* For stepping performance I added the ability to outlaw all memory accessesesGreg Clayton2012-02-221-19/+60
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-4/+6
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-11/+35
* Improved detection of object file types, movingSean Callanan2012-02-101-9/+1
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-1/+32
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+12
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-3/+3
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-11/+11
* Expose new read memory fucntion through python in SBProcess:Greg Clayton2011-12-151-3/+6
* On Mac OS X the Objective-C runtime (libobjc) has many criticalJason Molenda2011-12-141-0/+44
* Turn off the resolver detection till we find a better method to do so.Jim Ingham2011-11-301-1/+6
* Handle stepping through a trampoline where the jump target is calculated a ru...Jim Ingham2011-11-191-27/+87
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-7/+7
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+2
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-4/+4
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-6/+25
OpenPOWER on IntegriCloud