This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Progress indicator on loading


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]