[RFA] Allow to enable run/stop notifications for function calls.

Daniel Jacobowitz drow@false.org
Fri May 2 16:02:00 GMT 2008


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



More information about the Gdb-patches mailing list