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]
Other format: [Raw text]

Re: [patch] Remove uses of deprecated_registers from hppah-nat.c


> 2004-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
> 
> 	* infttrace.h (ttrace_write_reg_64): Add prototype.
> 	* hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
> 	expression.  
> 	(store_inferior_registers): Correct formatting.  Replace uses of
> 	deprecated_registers with calls to regcache_raw_read,
> 	regcache_raw_write_part and regcache_raw_read_part.

> HP-UX 11(i) is still broken; it really needs a clean new inf-ttrace.c.
> You might get away with configuring GDB with --host=hppa-hp-hpux10.20
> on HP-UX 11(i) if you don't care about threads support.

I've been doing quite a few HP-UX 11(i) build as Randolph added fixes.
Sure, a lot of stuff is broken but a lot of stuff works as well.  For
example, watchpoint support surprisingly works on hppa64.

> We can discuss changes required to fix the hpux target, but let's not
> assume that hpux support will be gone in the next release (which is
> what's currently in the NEWS file...)

Bah, it appears that I have wasted my time given the politics of HP-UX
support in the gdb project.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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