* 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.
This commit is contained in:
Joel Brobecker 2004-04-04 20:28:21 +00:00
parent 98d346c38e
commit ef04f39659
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-04-04 Joel Brobecker <brobecker@gnat.com>
* 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 <brobecker@gnat.com>
* lib/ada.exp: Add copyright notice.

View File

@ -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" }