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


On Fri, Aug 12, 2005 at 08:49:40PM -0400, Bob Rossi wrote:
> I believe I understand now. I think you are saying that at certain 
> interesting points in GDB (when it realizes breakpoints have changed, 
> or the inferior changes state), then an event is generated, and the 
> MI (still inside GDB), is the consumer of that event. Is this correct?
> 
> With this in mind, the way MI gets the data (callbacks, Observer
> pattern, hooks/events) is what is important, and *not* the way the MI
> jet's this data to the FE. Is this correct?

All correct.  The MI pipes the information to the FE, well, via MI...

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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