From: David Carlton <carlton@kealia.com>
To: gdb-patches@sources.redhat.com
Subject: Re: RFA/doc: Remove set follow-fork-mode ask, update docs
Date: Tue, 13 Jan 2004 23:38:00 -0000 [thread overview]
Message-ID: <yf2isjfpggh.fsf@hawaii.kealia.com> (raw)
In-Reply-To: <20040112154331.GA25559@nevyn.them.org> (Daniel Jacobowitz's message of "Mon, 12 Jan 2004 10:43:31 -0500")
On Mon, 12 Jan 2004 10:43:31 -0500, Daniel Jacobowitz <drow@mvista.com> said:
> A customer pointed out that follow-fork-mode works on GNU/Linux now,
> but the documentation says it only works on HP/UX. Oops! Also,
> "set follow-fork-mode ask" has been an error for as long as the code
> has existed; it's unnecessary (because of catch fork/catch vfork),
> so let's just remove it.
gdb.base/completion.exp had to be updated, too; I've committed the
attached as obvious.
David Carlton
carlton@kealia.com
2004-01-13 David Carlton <carlton@kealia.com>
* gdb.base/completion.exp: Don't look for 'ask' after set
follow-fork-mode. Update copyright.
Index: completion.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/completion.exp,v
retrieving revision 1.19
diff -u -p -r1.19 completion.exp
--- completion.exp 9 Dec 2003 18:19:20 -0000 1.19
+++ completion.exp 13 Jan 2004 23:37:45 -0000
@@ -1,4 +1,4 @@
-# Copyright 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
+# Copyright 1998, 1999, 2002, 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -710,10 +710,10 @@ gdb_expect {
send_gdb "set follow-fork-mode \t\t"
sleep 1
gdb_expect {
- -re "ask.*child.*parent.*$gdb_prompt set follow-fork-mode $"\
+ -re "child.*parent.*$gdb_prompt set follow-fork-mode $"\
{ send_gdb "\n"
gdb_expect {
- -re "Requires an argument.*ask.*child.*parent.*$gdb_prompt $"\
+ -re "Requires an argument.*child.*parent.*$gdb_prompt $"\
{ pass "complete 'set follow-fork-mode'"}
-re "Ambiguous item \"\"\\..*$gdb_prompt $"\
{ pass "complete 'set follow-fork-mode'"}
prev parent reply other threads:[~2004-01-13 23:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-12 15:43 Daniel Jacobowitz
2004-01-12 19:04 ` Eli Zaretskii
2004-01-13 21:32 ` Daniel Jacobowitz
2004-01-13 23:38 ` David Carlton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yf2isjfpggh.fsf@hawaii.kealia.com \
--to=carlton@kealia.com \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox