From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28730 invoked by alias); 8 Mar 2007 19:28:51 -0000 Received: (qmail 28714 invoked by uid 22791); 8 Mar 2007 19:28:51 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 08 Mar 2007 19:28:39 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HPOI1-0001it-IR; Thu, 08 Mar 2007 14:28:37 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HPOI1-0006Zv-0V; Thu, 08 Mar 2007 14:28:37 -0500 Date: Thu, 08 Mar 2007 19:28:00 -0000 From: Daniel Jacobowitz To: Maxim Grigoriev Cc: gdb-patches@sources.redhat.com Subject: Re: Progress indicator on loading Message-ID: <20070308192836.GA25250@caradoc.them.org> Mail-Followup-To: Maxim Grigoriev , gdb-patches@sources.redhat.com References: <45F05D25.2010405@hq.tensilica.com> <20070308191048.GA24158@caradoc.them.org> <45F061A2.7040407@hq.tensilica.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45F061A2.7040407@hq.tensilica.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2007-03/txt/msg00091.txt.bz2 On Thu, Mar 08, 2007 at 11:18:58AM -0800, Maxim Grigoriev wrote: > >The MI -target-download already does > >report progress, based on write size. > > My colleagues want to have similar feature for the "load" command. > If it's reasonable to implement it could be an extra option to this command. It should be very easy to add, based on the same hook MI already uses. I guess the only question is how you're planning to display progress - GDB's output layer isn't really set up to write ASCII art :-) -- Daniel Jacobowitz CodeSourcery