From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11162 invoked by alias); 28 Jun 2008 16:33:50 -0000 Received: (qmail 11147 invoked by uid 22791); 28 Jun 2008 16:33:49 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 28 Jun 2008 16:33:32 +0000 Received: (qmail 8813 invoked from network); 28 Jun 2008 16:33:30 -0000 Received: from unknown (HELO wind.local) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 28 Jun 2008 16:33:30 -0000 From: Vladimir Prus To: gdb-patches@sources.redhat.com Subject: [MI non-stop 0/11] Series overview Date: Sat, 28 Jun 2008 16:38:00 -0000 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806282033.28441.vladimir@codesourcery.com> 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/msg00538.txt.bz2 I'm about to post, finally, the set of patches that add MI-side support for non-stop behaviour. The only dependency is Pedro's core non-stop set. Actually, Pedro's patches already make basic non-stop mode work in MI, and my patches address various, mostly independent, issues that are still important to get a frontend that work well. All patches are ready to be committed, except the patch for enabling non-stop with a single command -- that one needs discussion. - Volodya