From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20164 invoked by alias); 24 Mar 2013 12:33:22 -0000 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 Received: (qmail 19751 invoked by uid 89); 24 Mar 2013 12:33:15 -0000 X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 24 Mar 2013 12:33:12 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UJk6o-00029N-CL from Yao_Qi@mentor.com ; Sun, 24 Mar 2013 05:33:10 -0700 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 24 Mar 2013 05:33:09 -0700 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.1.289.1; Sun, 24 Mar 2013 05:33:08 -0700 Message-ID: <514EF22D.9040303@codesourcery.com> Date: Mon, 25 Mar 2013 02:14:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Keith Seitz CC: Hui Zhu , gdb-patches ml , Marc Khouzam Subject: Re: [PATCH] Fix dprintf work not right if it is pending References: <514BF736.3070706@mentor.com> <514C3C85.4000704@codesourcery.com> <514EEBFF.8090705@redhat.com> In-Reply-To: <514EEBFF.8090705@redhat.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2013-03/txt/msg00899.txt.bz2 On 03/24/2013 08:05 PM, Keith Seitz wrote: > I think the better solution, and one which we already have the > infrastructure for, is to define a dprintf_re_set method in the > dprintf's breakpoint ops, updating the command list whenever a pending > breakpoint is resolved. Yeah, I agree. -- Yao (齐尧)