From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20036 invoked by alias); 21 Mar 2008 15:49:18 -0000 Received: (qmail 20026 invoked by uid 22791); 21 Mar 2008 15:49:18 -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; Fri, 21 Mar 2008 15:48:58 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2446698298; Fri, 21 Mar 2008 15:48:57 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0ECCE98278; Fri, 21 Mar 2008 15:48:57 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JcjUG-0007Pi-98; Fri, 21 Mar 2008 11:48:56 -0400 Date: Fri, 21 Mar 2008 15:49:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: linux native async mode support Message-ID: <20080321154856.GM25307@caradoc.them.org> Mail-Followup-To: Nick Roberts , Pedro Alves , gdb-patches@sourceware.org References: <200803140810.22883.pedro@codesourcery.com> <20080314211646.GK31663@caradoc.them.org> <200803171605.24276.pedro@codesourcery.com> <18399.1872.669733.441391@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18399.1872.669733.441391@kahikatea.snap.net.nz> 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/msg00311.txt.bz2 On Tue, Mar 18, 2008 at 12:05:36PM +1200, Nick Roberts wrote: > My original test file mi-async.exp (attached below) works with your patch when > GDBFLAGS is toggled as above. Could you post a patch to add this? You can use -gdb-set to avoid adjusting GDBFLAGS, and [isnative] && [istarget *-linux*] to limit it to platforms with the new command for now. -- Daniel Jacobowitz CodeSourcery