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] Target-defined breakpoints (autoload breakpoints) [8/9] target-defined breakpoint sync function doc


> Date: Wed, 24 Oct 2012 23:04:12 +0800
> From: Hui Zhu <hui_zhu@mentor.com>
> CC: Stan Shebs <stan_shebs@mentor.com>, Eli Zaretskii <eliz@gnu.org>
> 
> This is the doc for target-defined breakpoint sync function.

Thanks.

> 2012-10-24  Hui Zhu  <hui_zhu@mentor.com>
> 
> 	* gdb.texinfo (Setting Breakpoints): Add target-defined breakpoints sync function.

You don't add functions to the manual, so this sentence should say
something like "Document asynchronous notifications about target-side
breakpoints."

> +The other use case we want to support in @value{GDBN} is that inferior
> +may add/set/delete breakpoints on its own, and remote target gets
> +@value{GDBN} notified, and @value{GDBN} can take some actions accordingly.

 In addition, when inferior add/set/delete breakpoints on its own, it
 notifies @value{GDBN}, so that @value{GDBN} could take the
 appropriate actions.

> +We call these asynchronous reports about changes in the remote-side
> +breakpoints @pxref{Notification Packets}.

  We call these asynchronous reports about changes in the remote-side
  breakpoints @dfn{notification packets} (@pxref{Notification Packets}).

OK with those changes.


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