From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31653 invoked by alias); 18 Mar 2008 23:58:43 -0000 Received: (qmail 31645 invoked by uid 22791); 18 Mar 2008 23:58:43 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Mar 2008 23:58:23 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 611ED983BF; Tue, 18 Mar 2008 23:58:22 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 435529802B; Tue, 18 Mar 2008 23:58:22 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JblhF-0006lU-Ff; Tue, 18 Mar 2008 19:58:21 -0400 Date: Tue, 18 Mar 2008 23:58:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: linux native async mode support Message-ID: <20080318235821.GA25714@caradoc.them.org> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org References: <200803140810.22883.pedro@codesourcery.com> <200803171605.24276.pedro@codesourcery.com> <20080317220515.GA1309@caradoc.them.org> <200803182326.37484.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803182326.37484.pedro@codesourcery.com> User-Agent: Mutt/1.5.17 (2007-12-11) 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: 2008-03/txt/msg00267.txt.bz2 On Tue, Mar 18, 2008 at 11:26:37PM +0000, Pedro Alves wrote: > I've moved them in the class_maintenance. I suspect that > the debug commands are integers not booleans so we can have > several debug levels. I count approximatelly the same amount of > boolean vs integer debug mode vars. I believe they're integers because we invented booleans later, actually. (Just commenting; will look at the patch properly tomorrow.) -- Daniel Jacobowitz CodeSourcery