[patch/rfc] Add child_to_xfer_partial; Was: ia64 portion of libunwind patch
Andrew Cagney
ac131313@redhat.com
Thu Nov 6 22:32:00 GMT 2003
Jeff,
This adds a child_xfer_partial method to "inftarg.c". I've included a
hook vis:
> +#if 0
> + case TARGET_OBJECT_UNWIND_TABLE:
> +#ifndef NATIVE_XFER_UNWIND_TABLE
> +#define NATIVE_XFER_UNWIND_TABLE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN)
> (-1)
> +#endif
> + return NATIVE_XFER_UNWIND_TABLE (ops, object, annex, writebuf,
> + readbuf, offset, len);
> +#endif
so that, in theory, all you need do is define that in the linux specific
nm-*.h file.
I think this will make plugging in additional xfer methods easier. How
does it look?
Anyone else?
Andrew
PS: You'll notice that it also contains lurking code to add support for
an auxv transfer.
PPS: Note that I need to better test it.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20031106/0b5fae41/attachment.ksh>
More information about the Gdb-patches
mailing list