|
From: Paul F. <pa...@so...> - 2022-09-18 14:58:00
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=e5b069f2e84d04c79cf47e51b2a04877054371ec commit e5b069f2e84d04c79cf47e51b2a04877054371ec Author: Paul Floyd <pj...@wa...> Date: Sun Sep 18 16:57:04 2022 +0200 Add abexit to non-Linux expecteds for gdb atexit events Diff: --- 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 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] |