Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22009

How to use gdb with LD_PRELOAD

$
0
0

I run a program with LD_PRELOADing a specific library. Like this.

LD_PRELOAD=./my.so ./my_program

How do I run this program with gdb?


Viewing all articles
Browse latest Browse all 22009

Trending Articles