From e5b069f2e84d04c79cf47e51b2a04877054371ec Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 18 Sep 2022 16:57:04 +0200 Subject: [PATCH] Add abexit to non-Linux expecteds for gdb atexit events --- none/tests/cmdline1.stdout.exp-non-linux | 2 +- none/tests/cmdline2.stdout.exp-non-linux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/none/tests/cmdline1.stdout.exp-non-linux b/none/tests/cmdline1.stdout.exp-non-linux index 7f0570954..51d699bba 100644 --- a/none/tests/cmdline1.stdout.exp-non-linux +++ b/none/tests/cmdline1.stdout.exp-non-linux @@ -24,7 +24,7 @@ usage: valgrind [options] prog-and-args and follow the on-screen directions --vgdb-stop-at=event1,event2,... invoke gdbserver for given events [none] where event is one of: - startup exit valgrindabexit all none + startup exit abexit valgrindabexit all none --track-fds=no|yes|all track open file descriptors? [no] all includes reporting stdin, stdout and stderr --time-stamp=no|yes add timestamps to log messages? [no] diff --git a/none/tests/cmdline2.stdout.exp-non-linux b/none/tests/cmdline2.stdout.exp-non-linux index 7c8a23f8b..d76c502fd 100644 --- a/none/tests/cmdline2.stdout.exp-non-linux +++ b/none/tests/cmdline2.stdout.exp-non-linux @@ -24,7 +24,7 @@ usage: valgrind [options] prog-and-args and follow the on-screen directions --vgdb-stop-at=event1,event2,... invoke gdbserver for given events [none] where event is one of: - startup exit valgrindabexit all none + startup exit abexit valgrindabexit all none --track-fds=no|yes|all track open file descriptors? [no] all includes reporting stdin, stdout and stderr --time-stamp=no|yes add timestamps to log messages? [no]