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: [PATCH:MI] Use observers for breakpoints


 > > +@deftypefun void breakpoints_changed (int @var{bnum})
 > > +The thread specified by @var{t} has exited.
 > 
 > There's no argument @var{t} in the function's signature.

OK, thanks.  Too much cut and paste.  That should be:

+@deftypefun void breakpoints_changed (int @var{bnum})
+The breakpoint specified by @var{bnum} has changed or is a new breakpoint.


-- 
Nick                                           http://www.inet.net.nz/~nickrob


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