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: [RFA] Remove command_line_handler_continuation.


> From: Vladimir Prus <vladimir@codesourcery.com>
> Date: Thu, 24 Apr 2008 19:33:40 +0300
> 
> 
> With my previous patch to move all bpstat_do_actions calls into
> event handler, all that command_line_handler_continuation does
> is to print timings, if those are enabled. However, those timings
> don't make much sense. Timings are good for debugging GDB performance,
> and in case of command_line_handler_continuation, the times will report
> the time when the application run.
> 
> So, this patch removes that continuation. OK?

Doesn't this require some change to the manual, where these timings
are described?


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