This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 7/9] gdb: Simplify parse_frame_specification.
- From: Pedro Alves <palves at redhat dot com>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>, gdb-patches at sourceware dot org
- Date: Wed, 30 Sep 2015 14:50:29 +0100
- Subject: Re: [PATCH 7/9] gdb: Simplify parse_frame_specification.
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1441996064 dot git dot andrew dot burgess at embecosm dot com> <1ab61c6dfa5023cb22691efb528c0d7078675da8 dot 1441996064 dot git dot andrew dot burgess at embecosm dot com>
On 09/11/2015 07:49 PM, Andrew Burgess wrote:
> Remove an unneeded parameter from parse_frame_specification, replace
> with a fixed string within parse_frame_specification. The message was
> the same in every place that parse_frame_specification was used anyway.
>
> gdb/ChangeLog:
>
> * stack.c (parse_frame_specification): Remove message parameter,
> replace with fixed string in function body, update function
> comment.
> (frame_info): Remove message to parse_frame_specification.
> (select_frame_command): Likewise.
OK.
Thanks,
Pedro Alves