From ef04f39659210f9a2b8e3b64653dd6da24f3376a Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sun, 4 Apr 2004 20:28:21 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.base/foll-fork.exp | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a89c60beaf..4ea4c93e02 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2004-04-04 Joel Brobecker + + * 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. + 2004-04-01 Joel Brobecker * lib/ada.exp: Add copyright notice. diff --git a/gdb/testsuite/gdb.base/foll-fork.exp b/gdb/testsuite/gdb.base/foll-fork.exp index d3fb167687..2ef3a4a0ad 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" }