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] Autoload-breakpoints new version [4/9] notification async doc


On Wed, Aug 8, 2012 at 12:21 AM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Tue, 7 Aug 2012 15:10:58 +0800
>> From: Hui Zhu <hui_zhu@mentor.com>
>>
>> This patch is the doc for prev patch.
>
> Thanks.
>
>>       (Notification Packets): Add introduce for  NotificationAsync.
>                                     ^^^^^^^^^
> "introduction"
>
>> +In normal status, the notification just can be handled when GDB receive
>> +or send other packets.
>
> Please rephrase:
>
>   By default, notifications are handled only when @value{GDBN}
>   receives or sends packets.
>
>>                     To let GDB handle notification asynchronously,
>> +the remote target should report that to @value{GDBN} by including
>> +@samp{NotificationAsync+} in its @samp{qSupported} response
>> +(@pxref{qSupported}).
>
> Please use "@value{GDBN}" instead of a literal "GDB".
>
> OK with these changes.

Thanks.  I post a new version according to your comments.

Best,
Hui

2012-08-11  Hui Zhu  <hui_zhu@mentor.com>

	* gdb.texinfo (qSupported): Add NotificationAsync.
	(Notification Packets): Add introduction for  NotificationAsync.

Attachment: notification_async-doc.txt
Description: Text document


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