From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1895 invoked by alias); 18 Feb 2002 19:32:01 -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 1766 invoked from network); 18 Feb 2002 19:31:51 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 18 Feb 2002 19:31:51 -0000 Received: from zaretsky (diup-219-168.inter.net.il [213.8.219.168]) by frigg.inter.net.il (Mirapoint) with ESMTP id BFT43076; Mon, 18 Feb 2002 21:31:40 +0200 (IST) Date: Mon, 18 Feb 2002 11:32:00 -0000 From: "Eli Zaretskii" To: muller@cerbere.u-strasbg.fr Message-Id: <2947-Mon18Feb2002212931+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb-patches@sources.redhat.com In-reply-to: <4.2.0.58.20020218143531.013a7fa8@ics.u-strasbg.fr> (message from Pierre Muller on Mon, 18 Feb 2002 14:59:37 +0100) Subject: Re: [RFC 2nd ver] New info command for win32 native target Reply-to: Eli Zaretskii References: <4.2.0.58.20020206103131.00ad1898@ics.u-strasbg.fr> <4.2.0.58.20020218143531.013a7fa8@ics.u-strasbg.fr> X-SW-Source: 2002-02/txt/msg00482.txt.bz2 > Date: Mon, 18 Feb 2002 14:59:37 +0100 > From: Pierre Muller > > After the remarks from Eli and Christopher, I > change my patch to try to complete their requests. Thanks! > +@node Win32 Native I suggest "Windows" instead of "Win32". Some people, including some that belong to The Powers That Be, don't like calling Windows ``a win'', and we don't want to rewrite large portions of the manual every time they look at our documentation ;-) > +@cindex @sc{Win32} debugging It's not recommended to use @sc on a string that involves both lower- and upper-case letters. > +@item info w32 selector > +This command displays information returned by > +the Win32 API GetThreadSelectorEntry function. The string "GetThreadSelectorEntry" is a name of a function, so it should be in @code. > +@item new-group > +This boolean value controls whether the debuggee should > +start a new group or stay in the same group as the debugger. > +This affects the handling of certain Win32 exceptions. I think this description should be expanded a bit (what exceptions? affects how?).