gdb: Simplify parse_frame_specification.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 7 Sep 2015 08:15:15 +0000 (09:15 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 12 Oct 2015 21:30:39 +0000 (23:30 +0200)
commita0d34a3956f504e755638cadb2bac2b03e4e37e7
tree70e84d26c4a99e1d1fa828f31fe54464092c601a
parentedbbff4a22154a4b155ac987436c6498947cf8b4
gdb: Simplify parse_frame_specification.

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.
gdb/ChangeLog
gdb/stack.c