From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7651 invoked by alias); 7 Jan 2013 14:16:29 -0000 Received: (qmail 7643 invoked by uid 22791); 7 Jan 2013 14:16:29 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,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; Mon, 07 Jan 2013 14:16:23 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1TsDV1-0004s6-00 from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Mon, 07 Jan 2013 06:16:23 -0800 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); Mon, 7 Jan 2013 06:16:22 -0800 Received: from qiyao.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; Mon, 7 Jan 2013 06:16:21 -0800 Message-ID: <50EAD897.1070907@codesourcery.com> Date: Mon, 07 Jan 2013 14:16:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Subject: [ping]: [PATCH 0/3] dprintf tweaks References: <1355285581-28889-1-git-send-email-yao@codesourcery.com> In-Reply-To: <1355285581-28889-1-git-send-email-yao@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit 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: 2013-01/txt/msg00097.txt.bz2 On 12/12/2012 12:12 PM, Yao Qi wrote: > I happen to see that a block of code about dprintf in > print_one_breakpoint_location is dead, and patch 2/3 is > to remove the dead block. Patch 1/3 is to test the output > of 'info breakpoints' for dprintf in different dprint-style. > > The whole series are tested on x86_linux with native and > gdbserver board file. Ping. http://sourceware.org/ml/gdb-patches/2012-12/msg00373.html -- Yao (齐尧)