This is the mail archive of the gdb@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]

breakpoints_changed


Hi,

I noticed that there is an async notification in the annotate interface
that allows the annotations to print 'breakpoints invalid' if the
breakpoints have been changed. The function breakpoints_changed is
called from breakpoint.c to tell the annotations when this has happened. 

How does MI accomplish this? or does it not? 

With MI, does the front end have to ask for the breakpoints after every command?

Is there a list of async notifications in MI? Or a least some place in
the code that has them all together?

Thanks,
Bob Rossi


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