From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4344 invoked by alias); 8 Mar 2007 19:00:01 -0000 Received: (qmail 4335 invoked by uid 22791); 8 Mar 2007 19:00:01 -0000 X-Spam-Check-By: sourceware.org Received: from hq.tensilica.com (HELO mailapp.tensilica.com) (65.205.227.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Mar 2007 18:59:53 +0000 Received: from localhost ([127.0.0.1]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HPNqA-0000nG-CZ for gdb-patches@sources.redhat.com; Thu, 08 Mar 2007 10:59:50 -0800 Received: from mailapp.tensilica.com ([127.0.0.1]) by localhost (mailapp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02249-09 for ; Thu, 8 Mar 2007 10:59:50 -0800 (PST) Received: from maxim_fc5.hq.tensilica.com ([192.168.11.68]) by mailapp.tensilica.com with esmtp (Exim 4.34) id 1HPNqA-0000n9-1u for gdb-patches@sources.redhat.com; Thu, 08 Mar 2007 10:59:50 -0800 Message-ID: <45F05D25.2010405@hq.tensilica.com> Date: Thu, 08 Mar 2007 19:00:00 -0000 From: Maxim Grigoriev User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Progress indicator on loading Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00088.txt.bz2 Hi GDB developers, One of my colleagues asked me if I can implement and submit a progress indicator showing how the loading process is going through a slow interface. It would be reasonable to do only if GDB community is interested in such a feature. -- Maxim