diff options
author | Tom de Vries <tdevries@suse.de> | 2020-10-16 12:06:11 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2020-10-16 12:06:11 +0200 |
commit | 472d09c18a750f483ad974991f4f35ede3dfb10b (patch) | |
tree | b0d9a034cbeae737e52254bd38fab4ce29298283 /gdb/testsuite/lib | |
parent | afe75f6d9fd06739ef4c294a792041a9b6c5bf7b (diff) | |
download | binutils-gdb-472d09c18a750f483ad974991f4f35ede3dfb10b.tar.gz |
[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 <tdevries@suse.de>
* lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |