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] | |
> I'll check building without the cma hack.
It builds with a small patch:
Index: hpux-thread.c
===================================================================
RCS file: /cvs/src/src/gdb/hpux-thread.c,v
retrieving revision 1.32
diff -u -3 -p -r1.32 hpux-thread.c
--- hpux-thread.c 17 Dec 2005 22:34:01 -0000 1.32
+++ hpux-thread.c 20 Dec 2006 15:50:39 -0000
@@ -396,7 +396,7 @@ hpux_thread_prepare_to_store (void)
}
static int
-hpux_thread_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len,
+hpux_thread_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len,
int dowrite, struct mem_attrib *attribs,
struct target_ops *target)
{
However, the test results aren't very good. I've attached them.
Dave
--
J. David Anglin dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
Attachment:
gdb-20061218.log.gz
Description: application/gunzip
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |