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: RFC: MI output during program execution


> Date: Fri, 12 Aug 2005 16:57:14 -0400
> From: Daniel Jacobowitz <drow@false.org>
> Cc: gdb-patches@sources.redhat.com
> 
> In any case, I don't know that the observers implementation, per se, is
> a good fit for this particular usage anyway.  MI is not an optional
> component, nor would most of the events in question be optional
> components; the data flow is simple, just as you described above.
> We can just call MI at the right points.

If it's easy to do that, let's do it.

> Or add a small level of abstraction, and call all registered
> interfaces (TUI, CLI, MI) and see if any of them need to generate
> notifications.

Or this.


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