diff options
author | Hannes Domani <ssbssa@yahoo.de> | 2020-05-23 19:45:44 +0200 |
---|---|---|
committer | Hannes Domani <ssbssa@yahoo.de> | 2020-05-27 19:42:53 +0200 |
commit | c17ace4397c73bcdeb616f1b854a1cf8a8b6579c (patch) | |
tree | 3b877c5939ed9b84e48559861db258020796d9ce /gdb/ChangeLog | |
parent | 96445f0b66af20343e2ffed08c4da8cfac101a03 (diff) | |
download | gdb-c17ace4397c73bcdeb616f1b854a1cf8a8b6579c.zip gdb-c17ace4397c73bcdeb616f1b854a1cf8a8b6579c.tar.gz gdb-c17ace4397c73bcdeb616f1b854a1cf8a8b6579c.tar.bz2 |
Move exit_status_set_internal_vars out of GLOBAL_CURDIR
Fixes these testsuite fails on Windows:
FAIL: gdb.base/shell.exp: shell success exitcode
FAIL: gdb.base/shell.exp: shell fail exitcode
The convenience variables $_shell_exitcode and $_shell_exitsignal don't
depend on the GLOBAL_CURDIR define.
gdb/ChangeLog:
2020-05-27 Hannes Domani <ssbssa@yahoo.de>
* cli/cli-cmds.c (shell_escape): Move exit_status_set_internal_vars.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f2958c..487a578 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2020-05-27 Hannes Domani <ssbssa@yahoo.de> + * cli/cli-cmds.c (shell_escape): Move exit_status_set_internal_vars. + +2020-05-27 Hannes Domani <ssbssa@yahoo.de> + * exec.c (exec_file_attach): Use errno value of first openp failure. 2020-05-27 Hannes Domani <ssbssa@yahoo.de> |