From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15121 invoked by alias); 12 Jul 2005 20:56:34 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15081 invoked by uid 22791); 12 Jul 2005 20:56:26 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 12 Jul 2005 20:56:26 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j6CKuHQ8002486; Tue, 12 Jul 2005 22:56:17 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j6CKuGFs027540; Tue, 12 Jul 2005 22:56:16 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j6CKu7Af022680; Tue, 12 Jul 2005 22:56:07 +0200 (CEST) Date: Tue, 12 Jul 2005 20:56:00 -0000 Message-Id: <200507122056.j6CKu7Af022680@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: bob@brasko.net CC: gdb-patches@sources.redhat.com In-reply-to: <20050711212624.GC585@white> (message from Bob Rossi on Mon, 11 Jul 2005 17:26:24 -0400) Subject: Re: mi tty commands References: <20050601174149.GA17309@white> <20050602221644.GA21263@white> <20050613030732.GE9288@nevyn.them.org> <20050617210811.GA27959@white> <20050617211427.GA15201@nevyn.them.org> <20050618122921.GA30774@white> <20050703184325.GH13811@nevyn.them.org> <20050706145449.GA17788@white> <200507102108.j6AL8C9B031138@elgar.sibelius.xs4all.nl> <20050711212624.GC585@white> X-SW-Source: 2005-07/txt/msg00108.txt.bz2 Date: Mon, 11 Jul 2005 17:26:24 -0400 From: Bob Rossi This patch fixes both the regressions and breaks nothing else. OK to Commit? This is OK. Mark 2005-07-11 Bob Rossi * gdb.base/default.exp (tty): Changed output of command. * gdb.base/help.exp (help tty): Ditto. Thanks, Bob Rossi Index: gdb/testsuite/gdb.base/default.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/default.exp,v retrieving revision 1.17 diff -u -r1.17 default.exp --- gdb/testsuite/gdb.base/default.exp 20 Mar 2003 14:45:50 -0000 1.17 +++ gdb/testsuite/gdb.base/default.exp 11 Jul 2005 21:21:16 -0000 @@ -754,7 +754,7 @@ #test tbreak gdb_test "tbreak" "No default breakpoint address now." "tbreak" #test tty -gdb_test "tty" "Argument required .terminal name for running target process.*" "tty" +gdb_test "tty" "Argument required .filename to set it to\..*" "tty" #test until "u" abbreviation gdb_test "u" "The program is not running." "until \"u\" abbreviation" #test until Index: gdb/testsuite/gdb.base/help.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/help.exp,v retrieving revision 1.14 diff -u -r1.14 help.exp --- gdb/testsuite/gdb.base/help.exp 20 Mar 2003 14:19:41 -0000 1.14 +++ gdb/testsuite/gdb.base/help.exp 11 Jul 2005 21:21:17 -0000 @@ -562,7 +562,7 @@ # test help tbreak gdb_test "help tbreak" "Set a temporary breakpoint.*" "help tbreak" # test help tty -gdb_test "help tty" "Set terminal for future runs of program being debugged\." "help tty" +gdb_test "help tty" "Set terminal for future runs of program being debugged\.\[\r\n\]+Usage: set inferior-tty /dev/pts/1" "help tty" # test help until "u" abbreviation gdb_test "help u" "Execute until the program reaches a source line greater than the current\[\r\n\]+or a specified location \\(same args as break command\\) within the current frame\." "help until \"u\" abbreviation" # test help until