This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 9/9] gdb: Change how frames are selected for 'frame' and 'info frame'.
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 15 Sep 2015 13:50:17 +0300
- Subject: Re: [PATCH 9/9] gdb: Change how frames are selected for 'frame' and 'info frame'.
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1441996064 dot git dot andrew dot burgess at embecosm dot com> <cover dot 1441996064 dot git dot andrew dot burgess at embecosm dot com> <2d36cf742ecb05db45a18f5025f42ad58d780fa8 dot 1441996064 dot git dot andrew dot burgess at embecosm dot com> <83r3m43dx3 dot fsf at gnu dot org> <20150915104051 dot GH32100 at embecosm dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Tue, 15 Sep 2015 11:40:51 +0100
> From: Andrew Burgess <andrew.burgess@embecosm.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
>
> Revised version of this patch. Changes are:
>
> - Longer entry in NEWS file to address Eli's feedback.
> - Updated doc string for "frame", "select-frame", and "info frame"
> commands within gdb. I forgot to do this in the first version of
> the patch.
Thanks. The documentation parts are OK. The doc strings look good
to me, with one minor gotcha:
> +Select a stack frame by the frames stack frame address:\n\
^^^^^^
This "frames" should be deleted, I think.