summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/dyld-launch-linux/Makefile
AgeCommit message (Collapse)Author
2021-09-10[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa
This patch adds support for shared library load when the executable is called through ld.so. Differential Revision:https://reviews.llvm.org/D108061
2021-08-24Revert "[lldb] Add support for debugging via the dynamic linker."Rumeet Dhindsa
This reverts commit 1cbdc07ec015d83038c08dc562d55eccfd808591. Buildbot failure started after this patch with failure in api/multithreaded/TestMultithreaded.py: https://lab.llvm.org/buildbot/#/builders/68/builds/17556
2021-08-24[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa
This patch adds support for shared library load when the executable is called through ld.so. Differential Revision:https://reviews.llvm.org/D108061