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. 638c5f496205e1209547f3f6303f773270882173


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  638c5f496205e1209547f3f6303f773270882173 (commit)
      from  6d03af93d24ffd30f19e66753106fc85ea0a51e4 (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=638c5f496205e1209547f3f6303f773270882173

commit 638c5f496205e1209547f3f6303f773270882173
Author: Omair Javaid <omair.javaid@linaro.org>
Date:   Thu Mar 13 01:23:55 2014 +0500

    Support for HWbreak/watchpoint across fork/vfork on arm-native
    
    This patch updates arm native support for hwbreak-/watchpoints to enable
    support for hwbreak-/watchpoints across fork/vfork. This involves changes to
    hwbreak-/watchpoint insertion mechanism to the modern way, by marking debug
    registers as needing update, but only really updating them on resume, which is
    necessary for supporting watchpoints in non-stop mode. This also updates a
    previously maintained per thread hwbreak-/watchpoint cache to a per process
    cache which allows target specific code to come in sync with gdb-linux calls to
    threads create/destroy and process fork/exit hooks.

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

Summary of changes:
 gdb/ChangeLog       |   29 ++++
 gdb/arm-linux-nat.c |  401 +++++++++++++++++++++++++++++++++++----------------
 2 files changed, 305 insertions(+), 125 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]