On Wed, 31 Dec 1969, F. Heitkamp wrote:
> > GNU gdb 2001-09-15-cvs (MI_OUT)
> > Copyright 2001 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 "powerpc-unknown-linux-gnu"...
> > /usr/X11R6.test/bin/25382: No such file or directory.
> > Attaching to program: /usr/X11R6.test/bin/X, process 25382
> > Reading symbols from /usr/lib/libz.so.1...done.
> > Loaded symbols for /usr/lib/libz.so.1
> > Reading symbols from /lib/libm.so.6...done.
> > Loaded symbols for /lib/libm.so.6
> > Reading symbols from /lib/libdl.so.2...done.
> > Loaded symbols for /lib/libdl.so.2
> > Reading symbols from /lib/libc.so.6...done.
> > Loaded symbols for /lib/libc.so.6
> > Reading symbols from /lib/ld.so.1...done.
> > Loaded symbols for /lib/ld.so.1
> > 0x102f19ac in ?? ()
> > (gdb) where
> > #0 0x102f19ac in ?? ()
>
Enter "bt" for a backtrace. You should get at least some of the
symbols if the binaries haven't been stripped. The section above
is in a module so it can't retrieve the function name. There is
a hacked version of gdb that can debug XFree86 modules and get
all the symbol names, but I don't know if that works on PPC.
Anyhow, a backtrace should get a least some symbols provided the
binary isn't stripped.
Mark.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert