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. 2ddf4301102f7a78a03bccf86051a63111b1fcc1


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  2ddf4301102f7a78a03bccf86051a63111b1fcc1 (commit)
      from  5fdeec1db01500cda1fa46be582fecc69ed1d1a3 (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=2ddf4301102f7a78a03bccf86051a63111b1fcc1

commit 2ddf4301102f7a78a03bccf86051a63111b1fcc1
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Mon Sep 29 17:33:09 2014 -0400

    Exit code of exited inferiors in -list-thread-groups
    
    Don't reset the exit code at inferior exit and print it in
    -list-thread-groups.
    
    gdb/ChangeLog:
    
    	* NEWS: Announce new exit-code field in -list-thread-groups
    	output.
    	* inferior.c (exit_inferior_1): Don't clear exit code.
    	(inferior_appeared): Clear exit code.
    	* mi/mi-main.c (print_one_inferior): Add printing of the exit
    	code.
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.mi/mi-exit-code.exp: New file.
    	* gdb.mi/mi-exit-code.c: New file.
    
    gdb/doc/ChangeLog:
    
    	* gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
    	exit-code field in -list-thread-groups output.

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

Summary of changes:
 gdb/ChangeLog                         |    9 +++
 gdb/NEWS                              |    5 ++
 gdb/doc/ChangeLog                     |    5 ++
 gdb/doc/gdb.texinfo                   |    5 ++
 gdb/inferior.c                        |    4 +-
 gdb/mi/mi-main.c                      |    3 +
 gdb/testsuite/ChangeLog               |    5 ++
 gdb/testsuite/gdb.mi/mi-exit-code.c   |   27 ++++++++++
 gdb/testsuite/gdb.mi/mi-exit-code.exp |   88 +++++++++++++++++++++++++++++++++
 9 files changed, 149 insertions(+), 2 deletions(-)
 create mode 100644 gdb/testsuite/gdb.mi/mi-exit-code.c
 create mode 100644 gdb/testsuite/gdb.mi/mi-exit-code.exp


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]