This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdbinit breakpoints


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?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]