Rumeet Dhindsa 03df971012 [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
2021-09-10 10:59:31 -07:00

7 lines
86 B
C++

#include "signal_file.h"
int main() {
// Break here
return get_signal_crash();
}