From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30071 invoked by alias); 3 May 2012 13:12:48 -0000 Received: (qmail 29867 invoked by uid 22791); 3 May 2012 13:12:46 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 May 2012 13:12:26 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1SPvpZ-0005Jn-V6 from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Thu, 03 May 2012 06:12:26 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 3 May 2012 06:12:19 -0700 Received: from localhost.localdomain (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Thu, 3 May 2012 06:12:16 -0700 From: Yao Qi To: Subject: [PATCH v4 0/14] Run all-stop on non-stop target Date: Thu, 03 May 2012 13:12:00 -0000 Message-ID: <1336050869-29605-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain 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: 2012-05/txt/msg00062.txt.bz2 This series are the V4 of this sereis, and V3 can be found here, [PATCH v3 0/15] Run all-stop on non-stop target http://sourceware.org/ml/gdb-patches/2012-04/msg00278.html This version includes following changes, compared with V3, - Rebased to CVS trunk - Remove [PATCH 09/15] Don't trigger async event in inf-call and [PATCH 11/15] Don't check $ after gdb_prompt out of this sereis, because they are not relevant. - Add changes to ia64-sigill.exp. Tested on x86_64 native and native-gdbserver. No regressions. All ITSET patches in my local trees are dependent on this series of patches. They are about changes in many files, so that other commits to CVS trunk may easily break them. I appreciate people can review them shortly, to reduce my pain to resolve conflicts in five different git branches.