From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3735 invoked by alias); 8 Jul 2002 21:48:07 -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 3720 invoked from network); 8 Jul 2002 21:48:05 -0000 Received: from unknown (HELO potter.sfbay.redhat.com) (205.180.83.107) by sources.redhat.com with SMTP; 8 Jul 2002 21:48:05 -0000 Received: from theotherone.redhat-remotie.org (IDENT:+qUpw9URg9Wew4ctEA1mUhQ+43xFR/fe@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g68Ln0Q12559 for ; Mon, 8 Jul 2002 14:49:00 -0700 Received: from localhost (localhost.fidalgo.net [127.0.0.1]) by theotherone.redhat-remotie.org (Postfix) with ESMTP id A2E06BB40F for ; Mon, 8 Jul 2002 14:12:49 -0700 (PDT) Date: Mon, 08 Jul 2002 16:24:00 -0000 From: Don Howard X-X-Sender: To: Subject: [patch] Minor doc tweak. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-07/txt/msg00127.txt.bz2 Add a little more info about the behavior of sourced command files. 2002-07-08 Don Howard * gdb.texinfo (Command Files): Further describe the behavior of sourced command files. Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.103 diff -p -u -w -r1.103 gdb.texinfo --- gdb.texinfo 25 Jun 2002 07:23:29 -0000 1.103 +++ gdb.texinfo 8 Jul 2002 21:15:36 -0000 @@ -12973,8 +12973,8 @@ Execute the command file @var{filename}. @end table The lines in a command file are executed sequentially. They are not -printed as they are executed. An error in any command terminates execution -of the command file. +printed as they are executed. An error in any command terminates +execution of the command file and control is returned to the console. Commands that would ask for confirmation if used interactively proceed without asking when used in a command file. Many @value{GDBN} commands that -- dhoward@redhat.com gdb engineering