I run a program with LD_PRELOADing a sepecific library. Like this.
LD_PRELOAD=./my.so ./my_program
How do I run this program with gdb?
Do the following.
gdb your_program (gdb) set environment LD_PRELOAD=./yourso.so (gdb) start
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
903 times
active