From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21501 invoked by alias); 6 Nov 2004 01:09:02 -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 21491 invoked from network); 6 Nov 2004 01:09:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 6 Nov 2004 01:09:02 -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 iA6192DT012250 for ; Fri, 5 Nov 2004 20:09:02 -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 iA6191r17779; Fri, 5 Nov 2004 20:09:01 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9B606129D8C; Fri, 5 Nov 2004 20:08:39 -0500 (EST) Message-ID: <418C2414.7090203@gnu.org> Date: Sat, 06 Nov 2004 01:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: 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> In-Reply-To: <20041106005311.GA15714@tausq.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00105.txt.bz2 Randolph Chung wrote: >>You'll need to add this to the gdb.texinfo documentation (it goes in >>appendix), just post that separatly. > > > ok, maybe i'm just blind, but where are the other debug commands > documented? i don't see it.... Look for: @node Debugging Output @section Optional messages about internal happenings @cindex optional debugging messages (in gdb.texinfo, not gdbinit.texinfo) >>For the output, minor tweaks: >>- prefix things with a single consistent "infrun: " (and if that makes >>other prefixes redundant (e.g., "inferior: ") drop it - your call. >>- that ``space before an lparen in function calls'' vis: ``` resume (...''. >>- prefix addresses with 0x (I note you're spot on with using paddr_nz). thanks, Andrew