[all-commits] [llvm/llvm-project] 1cbdc0: [lldb] Add support for debugging via the dynamic l...
rdhindsa14 via All-commits
all-commits at lists.llvm.org
Tue Aug 24 13:41:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cbdc07ec015d83038c08dc562d55eccfd808591
https://github.com/llvm/llvm-project/commit/1cbdc07ec015d83038c08dc562d55eccfd808591
Author: Rumeet Dhindsa <rdhindsa at google.com>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
A lldb/test/API/functionalities/dyld-launch-linux/Makefile
A lldb/test/API/functionalities/dyld-launch-linux/TestDyldLaunchLinux.py
A lldb/test/API/functionalities/dyld-launch-linux/main.cpp
A lldb/test/API/functionalities/dyld-launch-linux/signal_file.cpp
A lldb/test/API/functionalities/dyld-launch-linux/signal_file.h
Log Message:
-----------
[lldb] Add support for debugging via the dynamic linker.
This patch adds support for shared library load when the executable is
called through ld.so.
Differential Revision:https://reviews.llvm.org/D108061
More information about the All-commits
mailing list