[all-commits] [llvm/llvm-project] 03df97: [lldb] Add support for debugging via the dynamic l...
rdhindsa14 via All-commits
all-commits at lists.llvm.org
Fri Sep 10 11:00:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03df97101287e8cb647c6c0982c4efdb82585c21
https://github.com/llvm/llvm-project/commit/03df97101287e8cb647c6c0982c4efdb82585c21
Author: Rumeet Dhindsa <rdhindsa at google.com>
Date: 2021-09-10 (Fri, 10 Sep 2021)
Changed paths:
M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
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