From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24543 invoked by alias); 10 May 2011 22:20:10 -0000 Received: (qmail 24531 invoked by uid 22791); 10 May 2011 22:20:10 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 May 2011 22:19:56 +0000 Received: from wpaz37.hot.corp.google.com (wpaz37.hot.corp.google.com [172.24.198.101]) by smtp-out.google.com with ESMTP id p4AMJtDX018461 for ; Tue, 10 May 2011 15:19:55 -0700 Received: from gxk8 (gxk8.prod.google.com [10.202.11.8]) by wpaz37.hot.corp.google.com with ESMTP id p4AMJsO9018429 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 10 May 2011 15:19:54 -0700 Received: by gxk8 with SMTP id 8so3049464gxk.23 for ; Tue, 10 May 2011 15:19:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.4.16 with SMTP id g16mr7093656ybi.324.1305065994526; Tue, 10 May 2011 15:19:54 -0700 (PDT) Received: by 10.150.186.1 with HTTP; Tue, 10 May 2011 15:19:54 -0700 (PDT) In-Reply-To: <201105102238.38752.pedro@codesourcery.com> References: <20110510204641.A4C73246199@ruffy.mtv.corp.google.com> <201105102238.38752.pedro@codesourcery.com> Date: Tue, 10 May 2011 22:20:00 -0000 Message-ID: Subject: Re: [RFA] Remove set debug lin-lwp-async, new ui_file.to_write_async_safe From: Doug Evans To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00264.txt.bz2 On Tue, May 10, 2011 at 2:38 PM, Pedro Alves wrote: > On Tuesday 10 May 2011 21:46:41, Doug Evans wrote: >> - =A0add_setshow_zinteger_cmd ("lin-lwp-async", class_maintenance, >> - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &debug_linux_nat_a= sync, _("\ >> -Set debugging of GNU/Linux async lwp module."), _("\ >> -Show debugging of GNU/Linux async lwp module."), _("\ >> -Enables printf debugging output."), >> - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 NULL, >> - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 show_debug_linux_n= at_async, >> - =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 &setdebuglist, &sh= owdebuglist); > > BTW, don't forget to remove the documentation of the command > in the user manual as well. Ah, righto.