bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bugs in gdb6.0?


From: Robert Trask
Subject: bugs in gdb6.0?
Date: Thu, 25 Mar 2004 16:16:02 -0800

I've recently obtained gdb 6.0 and tried using as a remote debugger.

I configured thus:

mkdir objdir
cd objdir
../configure --target=mips-linux --with-sysroot=(my mips shared lib
path)
make

I also tried configuring with the --with-solib-absolute-prefix=(shared
lib path) instead of --with-sysroot=(path).
In either case when I run gdb I get the message:

lc-sj1-408.sj.broadcom.com{rtrask}152: gdb usrapp -x localgdbinit
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "--host=i686-pc-linux-gnu
--target=mips-linux"...
0x2aac0e50 in ?? ()
warning: Unable to find dynamic linker breakpoint function.
<<<<--------------------- !!!
GDB will be unable to debug shared library initializers
<<<<---------------------
and track explicitly loaded dynamic code.
<<<<---------------------
(gdb) 


I can make this problem go away by including a line in my .gdbinit file
thus:
set solib-search-path <shared lib path>

Is the build configuration option for this broken or am I missing
something? There are no complaints during configuration or building.


thx,

/bob





reply via email to

[Prev in Thread] Current Thread [Next in Thread]