From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21115 invoked by alias); 21 Mar 2008 23:02:00 -0000 Received: (qmail 21107 invoked by uid 22791); 21 Mar 2008 23:01:59 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Mar 2008 23:01:34 +0000 Received: from kahikatea.snap.net.nz (151.31.255.123.static.snap.net.nz [123.255.31.151]) by viper.snap.net.nz (Postfix) with ESMTP id AB08C3DAB4B; Sat, 22 Mar 2008 12:01:31 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 14D868FC6D; Sat, 22 Mar 2008 11:01:29 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18404.15944.939015.419140@kahikatea.snap.net.nz> Date: Fri, 21 Mar 2008 23:02:00 -0000 To: Daniel Jacobowitz Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: linux native async mode support In-Reply-To: <20080321154856.GM25307@caradoc.them.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> <20080321154856.GM25307@caradoc.them.org> X-Mailer: VM 7.19 under Emacs 22.1.92.2 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/msg00323.txt.bz2 > > 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, I don't think so: maintenance set linux-async on ^^^^^^^^^^^ and (gdb) start Breakpoint 1 at 0x804862c: file myprog.c, line 95. Starting program: /home/nickrob/myprog main (argc=1, argv=0xbfe3b904) at myprog.c:95 95 main (int argc, char **argv) { (gdb) maintenance set linux-async on Cannot change this setting while the inferior is running. > and [isnative] && [istarget *-linux*] to limit > it to platforms with the new command for now. I will do this. -- Nick http://www.inet.net.nz/~nickrob