This is the mail archive of the gdb-patches@sources.redhat.com 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] Add observer notification in normal_stop


> I think down the end, next to the annotate_stop() call, would be better.

Yes, makes sense, new patch attached.

> I'm assuming that the secret agenda is to replace all annotate_xxx() and 
> xxx_hook() calls with a equivalent observer_notify_xxx() call.  Hence, 
> adding an observer_xxx() call where ever either of the former appears 
> should be pretty obvious and largely mechanical.

That'd be nice.

2003-03-18  J. Brobecker  <brobecker at gnat dot com>

        * infrun.c (observer.h): Add #include.
        (normal_stop): Add call to observer_notify_normal_stop.
        * Makefile.in (infrun.o): Add dependency on observer.h.

-- 
Joel

Attachment: infrun.diff
Description: Text document


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