From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20583 invoked by alias); 26 Feb 2013 21:12:38 -0000 Received: (qmail 20570 invoked by uid 22791); 26 Feb 2013 21:12:36 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Feb 2013 21:12:29 +0000 Received: from EUSAAHC007.ericsson.se (Unknown_Domain [147.117.188.93]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 93.CE.02411.C352D215; Tue, 26 Feb 2013 22:12:28 +0100 (CET) Received: from EUSAAMB103.ericsson.se ([147.117.188.120]) by EUSAAHC007.ericsson.se ([147.117.188.93]) with mapi id 14.02.0318.004; Tue, 26 Feb 2013 16:12:27 -0500 From: Marc Khouzam To: "'gdb-patches@sourceware.org'" CC: 'Yao Qi' , 'Tom Tromey' , "'Pedro Alves'" , 'Joel Brobecker' , "'Stan Shebs'" Subject: RE: DPrintf feedback Date: Tue, 26 Feb 2013 21:12:00 -0000 Message-ID: References: <1361192891-29341-1-git-send-email-yao@codesourcery.com> <87fw0o87r4.fsf@fleche.redhat.com> In-Reply-To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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-02/txt/msg00664.txt.bz2 > > I think it is best to file PRs. If a patch fixes them all,=20 > > then that is > > fine. But if not, then this the only way to avoid losing track. >=20 > Will do. I've opened the following 8 PRs for tracking: http://sourceware.org/bugzilla/show_bug.cgi?id=3D15181=09 Missing continue on dprintf that defaults to "gdb" style from "agent" http://sourceware.org/bugzilla/show_bug.cgi?id=3D15186=20 Agent style dprintf does not buffer output properly http://sourceware.org/bugzilla/show_bug.cgi?id=3D15182=20 Pagination is triggered for dprintf http://sourceware.org/bugzilla/show_bug.cgi?id=3D15187=20 Dprintf does not work for Eclipse on Ubuntu http://sourceware.org/bugzilla/show_bug.cgi?id=3D15179=20 Dprintf interrupts execution when condition is false http://sourceware.org/bugzilla/show_bug.cgi?id=3D15184=20 Cannot change dprintf style to agent for existing dprintfs http://sourceware.org/bugzilla/show_bug.cgi?id=3D15180=09 Agent style dprintf does not respect conditions http://sourceware.org/bugzilla/show_bug.cgi?id=3D15185=20 Dprintf should parse its string for validity right away BR, Marc