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] Add autoload-breakpoints [7/7] autoload-breakpoints doc


On 03/17/2012 04:53 PM, Hui Zhu wrote:
> +@subsection Autoload-breakpints control packets
> +@table @samp
> +@item @samp{QBDP}@var{autoload-breakpoints base format}
> +@value{GDBN} and the stub use this packet to control
> +the autoload-breakpoints in the remote.  The stub will translate
> +this packet through reportAsync Packets.

Do we document packet "^QBDP" in "@node ReportAsync Packets"?  It is a
different packet from "QBDP", although the syntax is almost the same.

b.t.w, the name "^QBDP" doesn't reflect its functionality accurately.
Literally, "Q{B|T}DP" means "download points", however, this async
report "^QBDP" is about remote stub telling GDB that it has an autoload
breakpoint in stream, please pick it up.  So this packet should be named
"^AutoloadBreak", or something similar.
-- 
Yao (éå)


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