From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12037 invoked by alias); 16 Jun 2008 06:38:05 -0000 Received: (qmail 12029 invoked by uid 22791); 16 Jun 2008 06:38:05 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 16 Jun 2008 06:37:37 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K88LM-0004sq-Ag for gdb-patches@sources.redhat.com; Mon, 16 Jun 2008 06:37:32 +0000 Received: from 80.255.27.194 ([80.255.27.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2008 06:37:32 +0000 Received: from vladimir by 80.255.27.194 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2008 06:37:32 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: [non-stop] 00/10 non-stop mode Date: Mon, 16 Jun 2008 07:13:00 -0000 Message-ID: References: <200806152357.52177.pedro@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 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-06/txt/msg00306.txt.bz2 Pedro Alves wrote: > Here goes a new series of non-stop debugging support, core > and linux native (x86, and probably PowerPC once Luis' displaced > stepping patch for PPC goes in). > > The series now has no uncommited dependencies, so you > can now easilly pick it. > > There are still unresolved ongoing discussions on how to > expose target support for non-stop, but that shouldn't > prevent this series to go in. Well, I have a patch making -gdb-set non-stop 1 enable everything. I'll send that together with other MI patches really soon. - Volodya