From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27905 invoked by alias); 27 Jul 2012 14:15:32 -0000 Received: (qmail 27886 invoked by uid 22791); 27 Jul 2012 14:15:30 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,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, 27 Jul 2012 14:15:17 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SulK1-0007WZ-4B from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Fri, 27 Jul 2012 07:15:17 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 27 Jul 2012 07:15:17 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Fri, 27 Jul 2012 07:15:10 -0700 From: Yao Qi To: Subject: Re: [RCF 0/6 V2] MI notification of command option change Date: Fri, 27 Jul 2012 14:15:00 -0000 Message-ID: <4000941.imkHvyQvi6@qiyao.dyndns.org> User-Agent: KMail/4.8.3 (Linux/3.3.7-1.fc16.i686; KDE/4.8.3; i686; ; ) In-Reply-To: <1343397901-15051-1-git-send-email-yao@codesourcery.com> References: <1343397901-15051-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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-07/txt/msg00686.txt.bz2 On Friday, July 27, 2012 10:04:54 PM Yao Qi wrote: > 1. Kee the command-registration functions unchanged (discard > my xxx_wit_notif functions). > 2. Don't emit option change of *all* gdb commands. We have to > set 'reporting' commands via function 'set_cmd_notify', otherwise > commands are still 'no-reporting'. I believe that frontends will > request more and more options changes, but changes of some gdb > options are useless to frontends. It is noisy to send all option > changes. >=20 > Tom and Pedro's review comments are addressed in this version. I just missed Pedro's comment on 'using array reduces the debugability of=20 gdb'. I'll fix that. Please ignore this thread. Sorry for the noise here. --=20 Yao (=E9=BD=90=E5=B0=A7)