From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Elizabeth Chastain To: law@redhat.com Cc: gdb-patches@sources.redhat.com, hilfingr@gnat.com Subject: Re: gdb-patches Digest 11 Feb 2001 23:49:53 -0000 Issue 545 Date: Fri, 16 Feb 2001 10:10:00 -0000 Message-id: <200102161810.KAA00700@bosch.cygnus.com> X-SW-Source: 2001-02/msg00300.html 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