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. 9939e1314f970c6ba568956148a518ac710a280a


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  9939e1314f970c6ba568956148a518ac710a280a (commit)
      from  b7ea362b023feba8d75d5831948bc0d8496b4069 (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=9939e1314f970c6ba568956148a518ac710a280a

commit 9939e1314f970c6ba568956148a518ac710a280a
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Jan 8 19:16:54 2014 +0000

    GDBserver: Discard previous queued events when GDB disconnects.
    
    ... not when a new GDB connection sends the status packet ('?').
    Mainly just a cleanup/simplification, as GDB always sends '?' first.
    
    Tested on x86_64 Fedora 17.
    
    2014-01-08  Pedro Alves  <palves@redhat.com>
    
    	* server.c (handle_status): Don't discard previous queued stop
    	replies or thread's pending status here.
    	(main) <disconnection>: Do it here instead.

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

Summary of changes:
 gdb/gdbserver/ChangeLog |    6 ++++++
 gdb/gdbserver/server.c  |    9 ++++++---
 2 files changed, 12 insertions(+), 3 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]