This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 7/9] gdb: Simplify parse_frame_specification.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]