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. 98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5


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  98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5 (commit)
      from  b52855e7a06171f98918f9a35de695fa9a3abd88 (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=98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5

commit 98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5
Author: Pedro Alves <palves@redhat.com>
Date:   Thu Mar 27 13:13:59 2014 +0000

    Don't store the inferior's exit code for --return-child-result in a print routine.
    
    A small cleanup - so we can call the print routine without affecting
    --return-child-result.
    
    gdb/
    2014-05-22  Pedro Alves  <palves@redhat.com>
    
    	* infrun.c (handle_inferior_event): Store the exit code for
    	--return-child-result here, instead of ...
    	(print_exited_reason): ... here.

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

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