summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the ol...Jim Ingham2015-05-211-3/+8
* Fixed a ton of gcc compile warningsVince Harron2015-05-131-1/+1
* Fix DynamicLoaderMacOSXDYLD to deal with new shared cache changes.Greg Clayton2015-03-311-1/+1
* Initialize ObjC runtime at the right location.Stephane Sezer2015-03-231-18/+0
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-101-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-0/+1
* Silence unused variable warnings in release buildsPavel Labath2015-02-191-0/+1
* Don't wait for the dynamic loader to set a module as a dynamic link editor, f...Greg Clayton2015-02-051-3/+0
* We had to squirrel away the dyld module before doing ResolveExecutableModule,...Jim Ingham2014-09-191-1/+7
* Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.Todd Fiala2014-07-231-1/+1
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-1/+1
* Fix typos.Bruce Mitchener2014-07-011-3/+3
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-2/+0
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+2
* lldb arm64 import.Jason Molenda2014-03-291-1/+1
* Sometimes the trampoline refers directly to the indirect symbol. Handle that...Jim Ingham2014-01-111-0/+23
* Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...Jim Ingham2014-01-101-77/+88
* Fixed an issue when attaching to a process without specifying a file where we...Greg Clayton2014-01-071-1/+11
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-10/+4
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-3/+3
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-3/+3
* <rdar://problem/13635174>Greg Clayton2013-10-111-1/+1
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-23/+23
* <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
OpenPOWER on IntegriCloud