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]

Re: Remote debugging and dynamic libraries


On Mon, Oct 31, 2005 at 08:55:32PM +0100, Frank Meerkoetter wrote:
> I gave it a try using "file test" and
> "set solib-absolute-prefix /usr/local/arm/arm-linux/" but had no success 
> so far.
> 
> frank@linux:~/uclibc_kram/apdf> arm-linux-gdb

This is the first time I recall seeing that you were using uclibc. 
It's likely that shared library and thread debugging are simply broken
in your C library; you may want to ask the uclibc developers if they
expect it to work.

> (gdb) b 1
> Breakpoint 1 at 0x8428: file main.c, line 1.
> (gdb) c
> Continuing.
> 
> Breakpoint 1, main () at main.c:1
> 1       int main() {

"info shared" at this point?

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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