From: Paul Floyd Date: Sun, 18 Sep 2022 14:57:04 +0000 (+0200) Subject: Add abexit to non-Linux expecteds for gdb atexit events X-Git-Tag: VALGRIND_3_20_0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b069f2e84d04c79cf47e51b2a04877054371ec;p=thirdparty%2Fvalgrind.git Add abexit to non-Linux expecteds for gdb atexit events --- diff --git a/none/tests/cmdline1.stdout.exp-non-linux b/none/tests/cmdline1.stdout.exp-non-linux index 7f05709548..51d699bba6 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 7c8a23f8b0..d76c502fda 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]