From: Tom de Vries Date: Fri, 16 Oct 2020 10:06:11 +0000 (+0200) Subject: [gdb/testsuite] Fix function comment for gdb_breakpoint X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=472d09c18a750f483ad974991f4f35ede3dfb10b;p=binutils-gdb.git [gdb/testsuite] Fix function comment for gdb_breakpoint Commit 5b7d00507b adds a mention at gdb_breakpoint of a supported argument "passfail". There's no corresponding argument handling though. Remove the mention of the "passfail" argument. gdb/testsuite/ChangeLog: 2020-10-16 Tom de Vries * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4086f16d242..95ec80b14df 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-10-16 Tom de Vries + + * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail". + 2020-10-16 Tom de Vries * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple. diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index ed647c99ed9..d96515b5b18 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -491,7 +491,7 @@ proc gdb_starti_cmd { {inferior_args {}} } { # Set a breakpoint at FUNCTION. If there is an additional argument it is # a list of options; the supported options are allow-pending, temporary, -# message, no-message, passfail and qualified. +# message, no-message and qualified. # The result is 1 for success, 0 for failure. # # Note: The handling of message vs no-message is messed up, but it's based