diff options
author | Pedro Alves <palves@redhat.com> | 2014-03-27 13:13:59 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-05-22 12:08:09 +0100 |
commit | 98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5 (patch) | |
tree | 791391a4e1b4e66674a8920c838822a785061b95 /gdb/ChangeLog | |
parent | b52855e7a06171f98918f9a35de695fa9a3abd88 (diff) | |
download | gdb-98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5.zip gdb-98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5.tar.gz gdb-98eb56a4bc8a0d3c58ba6f616d6e9238377ecce5.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f64a48b..4e65bdb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2014-05-21 Pedro Alves <palves@redhat.com> PR gdb/13860 |