From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24481 invoked by alias); 8 Nov 2004 16:50:53 -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 24417 invoked from network); 8 Nov 2004 16:50:49 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Nov 2004 16:50:49 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iA8Gohmg005451 for ; Mon, 8 Nov 2004 11:50:43 -0500 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iA8Gofr32357; Mon, 8 Nov 2004 11:50:41 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6E460129D8C; Mon, 8 Nov 2004 11:49:53 -0500 (EST) Message-ID: <418FA3AF.3000307@gnu.org> Date: Mon, 08 Nov 2004 16:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Eli Zaretskii , Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC] rudimentary infrun debugging References: <20041105190530.GB7666@tausq.org> <418BE3B9.8060605@gnu.org> <20041106005311.GA15714@tausq.org> <418C2414.7090203@gnu.org> <20041106012938.GB15714@tausq.org> <01c4c3e6$Blat.v2.2.2$9dd08780@zahav.net.il> In-Reply-To: <01c4c3e6$Blat.v2.2.2$9dd08780@zahav.net.il> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00133.txt.bz2 Eli Zaretskii wrote: >>Date: Fri, 5 Nov 2004 17:29:38 -0800 >>From: Randolph Chung >>Cc: gdb-patches@sources.redhat.com >> >>+@item set debug infrun >>+@cindex inferior debugging info >>+Turns on or off display of @value{GDBN} debugging info for running the inferior. >>+The default is off. > > > Could you please add a sentence or two describing what info is > printed? (Some of the other "set debug ..." commands have such a > description, which you could use as an example.) I think "debugging > info for running the inferior" is not very descriptive, and will leave > the reader wondering in what situation it is useful. FYI, it's something like: @file{infrun.c} contains GDB's runtime state machine used for implementing operations such as single-stepping the inferior. Andrew