Hi,
I set in .gdbinit many breakpoints that are in a dl-loaded library:
b mem_terminate
...
When starting gdb, i get:
Make breakpoint pending on future shared library load? (y or [n]) [answered N;
input not from terminal]
Function "mem_terminate" not defined.
How do i make it answer "y" automatically?