From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32324 invoked by alias); 17 Oct 2011 15:42:38 -0000 Received: (qmail 32312 invoked by uid 22791); 17 Oct 2011 15:42:37 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Oct 2011 15:42:24 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 171211B401D; Mon, 17 Oct 2011 15:42:24 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: GDB / SIM 7.3.1 Cosmetic patch for profile title Date: Mon, 17 Oct 2011 16:00:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.1.0-rc4; KDE/4.6.5; x86_64; ; ) Cc: John Wehle References: <201110170428.p9H4SMZO025996@jwlab.FEITH.COM> In-Reply-To: <201110170428.p9H4SMZO025996@jwlab.FEITH.COM> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201110171142.23829.vapier@gentoo.org> 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: 2011-10/txt/msg00467.txt.bz2 On Monday 17 October 2011 00:28:22 John Wehle wrote: > The issue being that "Summary profiling results" is displayed multiple > times in a row. This patch fixes profile_info so that the title is > only displayed once. Acked-by: Mike Frysinger -mike