doc/ 2014-04-03 Don Breazeal * gdb.texinfo (Stop Reply Packets): Document RSP support for exec events. gdb/doc/gdb.texinfo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b218769..bb9dfb8 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34582,6 +34582,12 @@ The packet indicates that the loaded libraries have changed. @value{GDBN} should use @samp{qXfer:libraries:read} to fetch a new list of loaded libraries. @var{r} is ignored. +@cindex exec events, remote reply +@item exec +The packet indicates that @code{execve} was called, and @var{r} is the +absolute pathname of the file that was executed, in hex. This is +only applicable to certain targets. + @cindex replay log events, remote reply @item replaylog The packet indicates that the target cannot continue replaying