aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@ericsson.com>2014-09-29 17:33:09 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2014-10-01 10:20:49 -0400
commit2ddf4301102f7a78a03bccf86051a63111b1fcc1 (patch)
tree3b82b7ae469e0201f1d6008bac6e9c7570a4729d /gdb/NEWS
parent5fdeec1db01500cda1fa46be582fecc69ed1d1a3 (diff)
downloadgdb-2ddf4301102f7a78a03bccf86051a63111b1fcc1.zip
gdb-2ddf4301102f7a78a03bccf86051a63111b1fcc1.tar.gz
gdb-2ddf4301102f7a78a03bccf86051a63111b1fcc1.tar.bz2
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 11326f1..b56fe8e 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -40,6 +40,11 @@ queue-signal signal-name-or-number
even in non-stop mode. The "auto" mode has been removed, and "off"
is now the default mode.
+* MI changes
+
+ ** The -list-thread-groups command outputs an exit-code field for
+ inferiors that have exited.
+
*** Changes in GDB 7.8
* New command line options