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]

Pending breakpoints


Hi,
I'm debugging a project with dlopen-ed modules.

In gdb, setting a breakpoint for an as-yet unloaded symbol
makes gdb say:

  (gdb) b func_realize
  Function "func_realize" not defined.
  Make breakpoint pending on future shared library load? (y or [n]) y
  Breakpoint 1 (func_realize) pending.


However, the dialog doesn't happen in DDD, making it useless.


I'm using it on debian:

  GNU DDD 3.3.11 (i486-pc-linux-gnu)
  GNU gdb 6.4.90-debian


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