This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/4][REPOST] Document RSP support for Linux exec events
- From: Yao Qi <yao at codesourcery dot com>
- To: Don Breazeal <donb at codesourcery dot com>, <gdb-patches at sourceware dot org>
- Cc: Don Breazeal <don_breazeal at relay1 dot mentorg dot com>
- Date: Thu, 8 May 2014 13:32:34 +0800
- Subject: Re: [PATCH 3/4][REPOST] Document RSP support for Linux exec events
- Authentication-results: sourceware.org; auth=none
- References: <1398885482-8449-1-git-send-email-donb at codesourcery dot com> <1398885482-8449-4-git-send-email-donb at codesourcery dot com>
On 05/01/2014 03:18 AM, Don Breazeal wrote:
> This patch adds documentation of the new RSP support for exec events.
The RSP change is user-visible, so we need an entry in NEWS for it, like
* New remote packets
Extend stop reasons in stop rely packets for exec event.
This patch series implements the support for exec events in gdbserver
on GNU/Linux, which should be mentioned in NEWS too, IMO.
--
Yao (éå)