This is the mail archive of the gdb@sources.redhat.com 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: working version of gdb(x86) and gdbserver(ppc)?


Thanks Daniel.
One more question: do strace suppose to show exactly the same library opened?
I notice gdb open("/lib/tls/libthread_db.so.1", O_RDONLY) = 3
but gdbserver open("/lib/tls/libpthread.so.0", O_RDONLY) = 9



Daniel Jacobowitz wrote:


On Thu, Feb 19, 2004 at 12:47:09PM -0800, Albert Ho wrote:


Hi,
I wonder if anyone out there can share their remote debugging setup config that works.
The host is x86(P4).
The target is ppc(8270).
Info from kernel version, gcc version, libc version, pthread library version is appreciated.


I tried to have gdb and gdbserver between 2 identical machine(RH9, x86) without luck.
Same result as with RH9's gdb and gdb 6.0 pulled from www.gnu.org/software/gdb.



The problem you are seeing on RH9 is the fact that gdbserver does not yet support NPTL. That probably will not affect your PPC 8270 setup.






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