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]

[RFC] Target-defined breakpoints (autoload breakpoints) [6/9] notification send


When GDB notification handler got target-defined breakpoint sync packet, it will use notification send reply back if the GDB is in the right status that can handle the sync packet.
This patch add notification send function.

Thanks,
Hui

2012-10-24 Hui Zhu <hui_zhu@mentor.com>

	* remote.c (putpkt_binary_1): New function.
	(putpkt_binary): Call putpkt_binary_1.

Attachment: notification_send.txt
Description: Text document


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