aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-04-04 20:28:21 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-04-04 20:28:21 +0000
commitef04f39659210f9a2b8e3b64653dd6da24f3376a (patch)
treea7e8b615b4c9940f53134b726a51cc72e872f926 /gdb/testsuite/gdb.base/foll-fork.exp
parent2004-04-04 Andrew Cagney <cagney@redhat.com> (diff)
downloadbinutils-gdb-ef04f39659210f9a2b8e3b64653dd6da24f3376a.tar.gz
binutils-gdb-ef04f39659210f9a2b8e3b64653dd6da24f3376a.tar.bz2
binutils-gdb-ef04f39659210f9a2b8e3b64653dd6da24f3376a.zip
* gdb.base/foll-fork.exp: Update the expected output for
"help set follow-fork-mode", to match a change that was made to the help of this variable on 2004-01-13.
Diffstat (limited to 'gdb/testsuite/gdb.base/foll-fork.exp')
-rw-r--r--gdb/testsuite/gdb.base/foll-fork.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/foll-fork.exp b/gdb/testsuite/gdb.base/foll-fork.exp
index d3fb1676878..2ef3a4a0ad7 100644
--- a/gdb/testsuite/gdb.base/foll-fork.exp
+++ b/gdb/testsuite/gdb.base/foll-fork.exp
@@ -280,8 +280,7 @@ proc do_fork_tests {} {
A fork or vfork creates a new process. follow-fork-mode can be:.*
.*parent - the original process is debugged after a fork.*
.*child - the new process is debugged after a fork.*
-.*ask - the debugger will ask for one of the above choices.*
-For \"parent\" or \"child\", the unfollowed process will run free..*
+The unfollowed process will continue to run..*
By default, the debugger will follow the parent process..*$gdb_prompt $"\
{ pass "help set follow" }
-re "$gdb_prompt $" { fail "help set follow" }