This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: PATCH: GDB/MI - implement -exec-abort
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Dennis Brueni <dbrueni at slickedit dot com>
- Cc: gdb-patches at sourceware dot org, dbrueni at slickedit dot com
- Date: Thu, 23 Oct 2014 23:43:30 +0300
- Subject: Re: PATCH: GDB/MI - implement -exec-abort
- Authentication-results: sourceware.org; auth=none
- References: <D06EB23F dot 17560%dbrueni at slickedit dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> From: Dennis Brueni <dbrueni@slickedit.com>
> CC: Dennis Brueni <dbrueni@slickedit.com>
> Date: Thu, 23 Oct 2014 20:25:21 +0000
>
> The -exec–abort command has been documented as the MI equivalent to the kill command since GDB 5.1, but it was never implemented.
>
> This patch does that.
Thanks.
The documentation part is OK, with 2 comments:
1) I think this is NEWS-worthy
2) Please fix the ChangeLog entry:
> gdb/doc/ChangeLog
> 2014-10-23 Dennis Brueni <dbrueni@slickedit.com>
>
> * doc/gdb.texinfo Revive -exec–abort documentation, add example.
It should mention the node name as if it were a function.