[ Attached Message ]
From: | |
To: | |
Date: | Fri, 13 Feb 1998 22:10:11 +0000 |
Local: | Fri, Feb 13 1998 5:10 pm |
Subject: | Re: Questions about debugging in shared library |
> I am using gdb to debug my executable which is linked to a shared
> library.
> Having set a break point at a function in the shared library, I run
> the executable and gdb shows the message:
> "cannot insert breakpoint
> Temporarily disabled breakpoint in shared library"
than run application. GDB will load all shared libraries and after thi
steps
set your breakpoint.
All this step a do in RH 4.1 but now I am in RH5.0 and I have
problems with debugging.
STOP This is my problem too.In my situation gdb can't correct get lineQuote:> And gdb stops at the end of the function.
information
from source code (may be).
I need help too.
Oleg