5

Setting breakpoint on shared library:

(gdb) b file.c:278
 No symbol table is loaded.  Use the "file" command.
 Make breakpoint pending on future shared library load? (y or [n]) y

Can I make gdb not to ask this question? (that, is, skip confirmation?)

LetMeSOThat4U
  • 6,470
  • 10
  • 53
  • 93

1 Answers1

4

See "help set breakpoint pending", or "apropos pending".

Tom Tromey
  • 21,507
  • 2
  • 45
  • 63