summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
AgeCommit message (Expand)Author
2015-01-07Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...Oleksiy Vyalov
2014-10-31First cut of PowerPC(64) support in LLDB.Justin Hibbits
2014-10-16Most of this function checks to see if m_process is non-null beforeJason Molenda
2014-10-09POSIX dynamic loader: add more logging around launch/attach, fix breakpoint h...Todd Fiala
2014-09-05Add more logging to DynamicLoaderPOSIXDYLD, especially around rendezvous hand...Todd Fiala
2014-09-05Properly handle the DYLD attach step for GDB remotes.Todd Fiala
2014-07-08Fix typos.Bruce Mitchener
2014-02-14Fix minor build warning on Mac OS X x86_64.Jason Molenda
2014-02-13Revert r201292 which relaxed the stack frame alignment requirements.Jason Molenda
2014-02-13Change the ABI CallFrameAddressIsValid methods for i386 and x86_64.Jason Molenda
2014-02-06Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-11-05<rdar://problem/15367122>Greg Clayton
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-10-22Fixes to get LLDB building on Windows again.Deepak Panickal
2013-10-18Fix build failure on FreeBSD/clang by using auto iterator typeEd Maste
2013-10-17Added support for reading thread-local storage variables, as defined using th...Richard Mitton
2013-10-11<rdar://problem/13635174>Greg Clayton
2013-10-11Eliminate integer sign comparison warningEd Maste
2013-10-09Add logging for POSIX DYLD failuresEd Maste
2013-09-13This fixes two issues with the POSIX dynamic loader:Matt Kopec
2013-08-20Fix crash when connecting to gdbserver without loading a file first.Ed Maste
2013-07-16Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain
2013-06-17Remove extra modules.Append() as it causes dupes in the m_images array. (Used...Michael Sartain
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-03-05Add support on POSIX to determine if an inferior has changed while debugging it.Matt Kopec
2013-01-26Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham
2012-11-08<rdar://problem/12586350>Enrico Granata
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-07-07<rdar://problem/11357711>Greg Clayton
2012-02-29Removed an unused logging API call.Greg Clayton
2012-02-27Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode projectGreg Clayton
2012-02-21Linux fix patch from Dmitry Vyukov.Greg Clayton
2012-01-05Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen