Date: Sun, 02 Apr 2000 13:48:15 +0200
   From: wim delvaux <[EMAIL PROTECTED]>

   Hi,

   Linux 2.2.14
   gdb 4.18
   gcc 2.95.2

   If I load a program, I cannot set nor find symbols in shared libraries
   that this executable needs (this is no problem)
   Once the application has been run, the libraries are available and
   symbols can be found and breakpoints can be set (e.g by pressing escape
   to
   terminate current application execution and setting breakpoint in loaded
   library).

   If however I need to rerun the application the breakpoints that I have
   set throughout the previous execution/debugging cycle are remembered but
   the debugger that it cannot set the breakpoints in the shared libraries
   because it cannot find the location of the source files (It can because
   see above).

This is a known bug.  You can probably get a working GDB from your
favourite Linux disribution.  Or if you are adventurous you might try
a recent development snapshot.  Take a look at
http:/sourceware.cygnus.com/gdb.

Mark

Reply via email to