summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in linux core file handlingPavel Labath2016-04-051-1/+1
* Changes for Bug 17384Ravitheja Addepally2015-10-281-2/+24
* Remove long-forgotten plugin virtuals.Bruce Mitchener2015-10-091-17/+0
* Add absolute load address support for the DynamicLoader pluginsTamas Berghammer2015-08-241-10/+10
* Use target.exec-search-paths setting when resolving executable path for remot...Oleksiy Vyalov2015-07-141-1/+3
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-1/+1
* Fix TestNamespace and TestThreadJump for remote Windows to Android.Chaoren Lin2015-06-051-9/+5
* Remove check for object file type from DynamicLoaderPOSIXDYLD::DidAttachTamas Berghammer2015-05-081-4/+0
* Re-enable compute load address for shared modulesTamas Berghammer2015-05-081-3/+0
* This patch allows LLDB to use the $qXfer:Libraries: packet.Aidan Dodds2015-05-081-4/+37
* Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov2015-03-131-18/+37
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* Make "process attach" command to support attaching to remote process in case ...Oleksiy Vyalov2015-02-031-0/+3
* Make DynamicLoaderPOSIXDYLD::DidAttach to deduce a target executable by pid i...Oleksiy Vyalov2015-01-071-5/+28
* First cut of PowerPC(64) support in LLDB.Justin Hibbits2014-10-311-0/+7
* Most of this function checks to see if m_process is non-null beforeJason Molenda2014-10-161-6/+8
* POSIX dynamic loader: add more logging around launch/attach, fix breakpoint h...Todd Fiala2014-10-091-2/+37
* Add more logging to DynamicLoaderPOSIXDYLD, especially around rendezvous hand...Todd Fiala2014-09-051-15/+78
* Properly handle the DYLD attach step for GDB remotes.Todd Fiala2014-09-051-1/+20
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Fix minor build warning on Mac OS X x86_64.Jason Molenda2014-02-141-1/+1
* Revert r201292 which relaxed the stack frame alignment requirements.Jason Molenda2014-02-131-1/+1
* Change the ABI CallFrameAddressIsValid methods for i386 and x86_64.Jason Molenda2014-02-131-1/+1
* Factor some methods that were in DynamicLoaderPOSIXDYLD.Steve Pucci2014-02-061-130/+8
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-7/+4
* <rdar://problem/15367122>Greg Clayton2013-11-051-1/+1
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Fixes to get LLDB building on Windows again.Deepak Panickal2013-10-221-2/+2
* Fix build failure on FreeBSD/clang by using auto iterator typeEd Maste2013-10-181-1/+1
* Added support for reading thread-local storage variables, as defined using th...Richard Mitton2013-10-171-8/+83
* <rdar://problem/13635174>Greg Clayton2013-10-111-2/+2
* Eliminate integer sign comparison warningEd Maste2013-10-111-1/+1
* Add logging for POSIX DYLD failuresEd Maste2013-10-091-1/+17
* This fixes two issues with the POSIX dynamic loader:Matt Kopec2013-09-131-2/+44
* Fix crash when connecting to gdbserver without loading a file first.Ed Maste2013-08-201-0/+3
* Fix Rendezvous breakpoint to only be set once, resolve addr in BreakpointLoca...Michael Sartain2013-07-161-7/+20
* Remove extra modules.Append() as it causes dupes in the m_images array. (Used...Michael Sartain2013-06-171-1/+0
* <rdar://problem/13854277>Greg Clayton2013-05-101-10/+5
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Add support on POSIX to determine if an inferior has changed while debugging it.Matt Kopec2013-03-051-2/+42
* Add "target.process.stop-on-shared-library-events" setting, and make it work.Jim Ingham2013-01-261-0/+2
* <rdar://problem/12586350>Enrico Granata2012-11-081-4/+3
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+4
* <rdar://problem/11357711>Greg Clayton2012-07-071-4/+4
* Removed an unused logging API call.Greg Clayton2012-02-291-1/+0
* Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode projectGreg Clayton2012-02-271-3/+5
* Linux fix patch from Dmitry Vyukov.Greg Clayton2012-02-211-1/+1
* Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...Johnny Chen2012-01-051-0/+425
OpenPOWER on IntegriCloud