On Saturday 03 May 2008 19:58:36 Vladimir Prus wrote: > On Friday 02 May 2008 19:03:14 Daniel Jacobowitz wrote: > > On Thu, Apr 24, 2008 at 07:33:40PM +0300, Vladimir Prus wrote: > > > > > > 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? > > > > OK once you and Eli agree about documenting the timings. > > Here's a revision with doc clarification. Eli, does it look sufficient? And here's the patch, for real. - Volodya