[gdb/testsuite] Fix function comment for gdb_breakpoint
authorTom de Vries <tdevries@suse.de>
Fri, 16 Oct 2020 10:06:11 +0000 (12:06 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 16 Oct 2020 10:06:11 +0000 (12:06 +0200)
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  <tdevries@suse.de>

* lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 4086f16d242806b899634f8b9fab9af059bf4177..95ec80b14df8e9280de1bde24f0b2f178db6f28c 100644 (file)
@@ -1,3 +1,7 @@
+2020-10-16  Tom de Vries  <tdevries@suse.de>
+
+       * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
+
 2020-10-16  Tom de Vries  <tdevries@suse.de>
 
        * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
index ed647c99ed9d8ea82a5d0ed8a50b6b71e37e381c..d96515b5b181391af5d36b339a56a2429126ad3c 100644 (file)
@@ -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