From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31985 invoked by alias); 3 Feb 2015 18:47:15 -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 31965 invoked by uid 89); 3 Feb 2015 18:47:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout26.012.net.il Received: from mtaout26.012.net.il (HELO mtaout26.012.net.il) (80.179.55.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Feb 2015 18:47:13 +0000 Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NJ700B00L7IPR00@mtaout26.012.net.il> for gdb-patches@sourceware.org; Tue, 03 Feb 2015 20:47:14 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJ7007DULIQML50@mtaout26.012.net.il>; Tue, 03 Feb 2015 20:47:14 +0200 (IST) Date: Tue, 03 Feb 2015 18:47:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Speed up "gdb -tui" output In-reply-to: <54D10AE6.8080500@redhat.com> To: Pedro Alves Cc: xdje42@gmail.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837fvyhly2.fsf@gnu.org> References: <83zj9v7urq.fsf@gnu.org> <83sifn7mpt.fsf@gnu.org> <83h9w278a9.fsf@gnu.org> <83bnma75yt.fsf@gnu.org> <837fwy74ny.fsf@gnu.org> <21677.44074.982761.250152@ruffy2.mtv.corp.google.com> <83iog2y7s9.fsf@gnu.org> <83vbjnjpfb.fsf@gnu.org> <54D10AE6.8080500@redhat.com> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00059.txt.bz2 > Date: Tue, 03 Feb 2015 18:52:38 +0100 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > Sorry for the radio silence; I was traveling last week. > > I'm working on this now. Thank you.