From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27475 invoked by alias); 3 Aug 2012 11:22:07 -0000 Received: (qmail 27463 invoked by uid 22791); 3 Aug 2012 11:22:06 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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; Fri, 03 Aug 2012 11:21:53 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SxFx2-0004lj-TG from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Fri, 03 Aug 2012 04:21:52 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 3 Aug 2012 04:21:52 -0700 Received: from qiyao.dyndns.org.dyndns.org (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Fri, 3 Aug 2012 04:21:51 -0700 From: Yao Qi To: Subject: [RCF 0/3 V3] MI notification of command parameter change Date: Fri, 03 Aug 2012 11:22:00 -0000 Message-ID: <1343992904-9375-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-08/txt/msg00099.txt.bz2 Hi, This is the V3, and V2 can be found here, [RCF 0/6 V2] MI notification of command option change http://sourceware.org/ml/gdb-patches/2012-07/msg00689.html In this version, GDB will emit MI notification for all 'set' commands (except 'maint set' commands). The difference of V3 is described in each patch. Code indentatoin patch is not posted, as I think it is obvious if this series is approved. Regression tested on x86_64-linux.