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: gdbserver for m68k-uclinux


Daniel Jacobowitz wrote:
On Mon, May 08, 2006 at 03:15:20PM +0100, Nathan Sidwell wrote:

This patch implements the necessary qOffsets logic tso that a uclinux hosted gdbserver can tell a remote gdb what the text & data offsets are. It also uses vfork on such systems.

This implementation clearly separates the gdb protocol pieces of qOffsets from the system specific pieces of determining the offsets. The original diff I found on the uclinux site did not have such a separation, I used that implementation for inspiration.

Tested on a m5208evb hosted uclinux system.

ok?


Yes, this is OK. Thanks.


Is LDFLAGS really necessary here? I thought the toolchain took care of it.

I think at the point I developed this patch, the compiler didn't take care of it :) I can remove it.


nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


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