This is the mail archive of the gdb-patches@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]

Re: gdb-patches Digest 11 Feb 2001 23:49:53 -0000 Issue 545


Jeff,

>     int (*to_xfer_memory) PARAMS ((CORE_ADDR memaddr, char *myaddr,
>                                    int len, int write,
>                                    struct target_ops * target));

Is your tree up to date?  My tree has this in gdb/target.h:

    int (*to_xfer_memory) (CORE_ADDR memaddr, char *myaddr,
                           int len, int write,
                           struct mem_attrib *attrib,
                           struct target_ops *target);

JT added this on 2001-01-23 and broke a bunch of targets,
including hpux 10.20.

I fixed hpux 10.20 (child_xfer_memory in hppah-nat.c) but I didn't
do anything about hpux 11.

Michael


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