Subject: CVS commit: gnusrc/gnu/dist/toolchain/gdb
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/06/2001 04:07:04
Module Name: gnusrc
Committed By: thorpej
Date: Thu Dec 6 02:07:04 UTC 2001
Modified Files:
gnusrc/gnu/dist/toolchain/gdb: i386nbsd-nat.c
Log Message:
* Overhaul:
* move the code that supplies the integer and FP registers into
separate functions, rather than duplicating the code for the
ptrace and core file cases.
* Use supply_register() rather than just copying directly into
the register array and calling registers_fetched(). This way,
only the registers actually supplied are marked as valid within
the debugger.
* Add support for SSE/SSE2 registers via the PT_{GET,SET}XMMREGS
ptrace(2) request.
(Blocked on the FSF assignment clerk for feeding this back to
the master GDB sources.)
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 gnusrc/gnu/dist/toolchain/gdb/i386nbsd-nat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.