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] Allow to enable run/stop notifications for function calls.


On Thu, May 01, 2008 at 05:51:48PM +0400, Vladimir Prus wrote:
> 
> I've already posted patches to produce more accurate *stopped notifications
> in MI and introduce *running notification.  Those notification are not produced
> during inferior function calls, as it's very likely than an unprepared frontend
> will try to refetch everything in response to those *stopped, re-evaluating all
> expression again, calling functions again, etc.
> 
> This patch allows a frontend to request the notification for function
> calls to be still emitted, by using
> 
>   -enable-feature infcall-run-stop-notifications
> 
> OK?

I'm still not convinced we need -enable-feature for anything that
-gdb-set and -gdb-show can not handle.

What do you think about bundling this sort of update into MI version
3?  That cuts down on the number of possible knobs for output, which
is IMO important.

-- 
Daniel Jacobowitz
CodeSourcery


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