gdb and binutils branch master updated. b9228891286aec649c0c53d9b2eff0d5bea7f642
gary@sourceware.org
gary@sourceware.org
Wed Jun 18 11:11:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via b9228891286aec649c0c53d9b2eff0d5bea7f642 (commit)
from a1aa2221cbe340d23c6abf4d68cb509aa16cf8c0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b9228891286aec649c0c53d9b2eff0d5bea7f642
commit b9228891286aec649c0c53d9b2eff0d5bea7f642
Author: Gary Benson <gbenson@redhat.com>
Date: Mon Jun 16 12:18:41 2014 +0100
Create nat/i386-dregs.h
This commit moves code to be shared from i386-{nat,low}.[ch]
into a new file, nat/i386-dregs.h.
gdb/
2014-06-18 Gary Benson <gbenson@redhat.com>
* nat/i386-dregs.h: New file.
* Makefile.in (HFILES_NO_SRCDIR): Add the above.
* i386-nat.h (i386-dregs.h): New include.
(DR_FIRSTADDR): Now in i386-dregs.h.
(DR_LASTADDR): Likewise.
(DR_NADDR): Likewise.
(DR_STATUS): Likewise.
(DR_CONTROL): Likewise.
(i386_debug_reg_state): Likewise.
* i386-nat.c (ALL_DEBUG_REGISTERS): Likewise.
gdb/gdbserver/
2014-06-18 Gary Benson <gbenson@redhat.com>
* i386-low.h (i386-dregs.h): New include.
(DR_FIRSTADDR): Now in i386-dregs.h.
(DR_LASTADDR): Likewise.
(DR_NADDR): Likewise.
(DR_STATUS): Likewise.
(DR_CONTROL): Likewise.
(i386_debug_reg_state): Likewise.
(i386_dr_insert_watchpoint): Likewise.
(i386_dr_remove_watchpoint): Likewise.
(i386_dr_region_ok_for_watchpoint): Likewise.
(i386_dr_stopped_data_address): Likewise.
(i386_dr_stopped_by_watchpoint): Likewise.
* i386-low.c (ALL_DEBUG_REGISTERS): Likewise.
-----------------------------------------------------------------------
Summary of changes:
gdb/ChangeLog | 13 +++++
gdb/Makefile.in | 2 +-
gdb/gdbserver/ChangeLog | 16 ++++++
gdb/gdbserver/i386-low.c | 3 -
gdb/gdbserver/i386-low.h | 64 +---------------------
gdb/i386-nat.c | 3 -
gdb/i386-nat.h | 32 +----------
gdb/{gdbserver/i386-low.h => nat/i386-dregs.h} | 69 +++++++++++++++--------
8 files changed, 79 insertions(+), 123 deletions(-)
copy gdb/{gdbserver/i386-low.h => nat/i386-dregs.h} (64%)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list