Date: Sat, 7 Jun 1997 15:01:46 +1000 From: Bruce Evans <bde@zeta.org.au> To: current@freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/gdb/gdb freebsd-nat.c kvm-fbsd.c tm.h Message-ID: <199706070501.PAA29223@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> Modified files:
> gnu/usr.bin/gdb/gdb freebsd-nat.c kvm-fbsd.c tm.h
> Log:
> Support reading and writing of %fs and %gs (except from core files).
>
> Revision Changes Path
> 1.15 +23 -3 src/gnu/usr.bin/gdb/gdb/freebsd-nat.c
> 1.4 +3 -1 src/gnu/usr.bin/gdb/gdb/kvm-fbsd.c
> 1.8 +1 -1 src/gnu/usr.bin/gdb/gdb/tm.h
You probably need to recompile gdb even if you don't want this
change. `struct reg' grew, and the braindamaged PT_{GET,SET}_REGS
interface doesn't supply a size, so `struct reg' variables in old
gdb's will be overrun.
Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706070501.PAA29223>
