This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 05db5edd7923711a20c6225ea8e15f36e819d140


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  05db5edd7923711a20c6225ea8e15f36e819d140 (commit)
      from  70e99720f9d558263756a482ae750b263ffd92ba (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=05db5edd7923711a20c6225ea8e15f36e819d140

commit 05db5edd7923711a20c6225ea8e15f36e819d140
Author: Samuel Thibault <samuel.thibault@gnu.org>
Date:   Fri Sep 12 20:29:11 2014 +0200

    Add hardware watchpoint support for x86 GNU Hurd.
    
    	gdb/
    	* config/i386/i386gnu.mh (NATDEPFILES): Add x86-nat.o and
    	x86-dregs.o.
    	* gnu-nat.c (inf_threads): New function.
    	* gnu-nat.h (inf_threads_ftype): New typedef.
    	(inf_threads): New declaration.
    	* i386gnu-nat.c: Include "x86-nat.h" and "inf-child.h".
    	[i386_DEBUG_STATE] (i386_gnu_dr_get, i386_gnu_dr_set)
    	(i386_gnu_dr_set_control_one, i386_gnu_dr_set_control)
    	(i386_gnu_dr_set_addr_one, i386_gnu_dr_set_addr)
    	(i386_gnu_dr_get_reg, i386_gnu_dr_get_addr, 386_gnu_dr_get_status)
    	(i386_gnu_dr_get_control): New functions.
    	(reg_addr): New structure.
    	(_initialize_i386gnu_nat) [i386_DEBUG_STATE]: Initialize hardware
    	i386 debugging register hooks.
    	* NEWS: Mention this.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog              |   18 +++++
 gdb/NEWS                   |    2 +
 gdb/config/i386/i386gnu.mh |    3 +-
 gdb/gnu-nat.c              |   11 +++
 gdb/gnu-nat.h              |    5 ++
 gdb/i386gnu-nat.c          |  150 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 188 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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