debugging a dynamically loaded library

Kevin Buettner kevinb@cygnus.com
Wed Sep 5 23:05:00 GMT 2001


On Sep 5, 10:29pm, H . J . Lu wrote:

> I am wondering if
> 
> 1327   FUN    0      36     00000000 31372  __strtol_internal:F(0,3)
> 
> is a valid stab entry. It it is valid, why does it trigger the
> SOFUN_ADDRESS_MAYBE_MISSING code in gdb. Is that possible a linker
> or assembler bug?

It's always possible that there's a bug elsewhere, but my guess is
that __strtol_internal() is merely the first function in the section
in which case the above entry makes sense to me.

Kevin



More information about the Gdb mailing list