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: [Linux-ia64] debuggers - ia64 gdb stubs?


>HP has an exceptional version of GDB, KWDB, that can do src debugging
>over the internet and it appears to have been ported to ia64.

Standard gdb can do this.  It is called gdbserver, and it has been a part of
gdb since 1993.

Before we had hardware, initial gdb work was done by running gdbserver under
linux on the simulator, and then connecting to it via tcp/ip from a cross-gdb
running on an x86-linux machine.  This was much faster than trying to run an
interactive gdb session under linux on the simulator.

The IA-64 gdbserver support is still there, but I don't know if anyone has
used it since we got hardware.  See the src/gdb/gdbserver directory in the
FSF GDB source tree.

Jim


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