aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2015-07-14 15:07:35 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2015-08-07 11:54:59 +0200
commit7ff38b1c898be5db053193f26d6a3a1d8a6074e8 (patch)
tree3bfa2bd46803f98fc89c6cd60d777ff5c27e197e /gdb/frame.c
parent0b45135ec1364f9d0c850a52ce05cf4ffb038021 (diff)
downloadgdb-7ff38b1c898be5db053193f26d6a3a1d8a6074e8.zip
gdb-7ff38b1c898be5db053193f26d6a3a1d8a6074e8.tar.gz
gdb-7ff38b1c898be5db053193f26d6a3a1d8a6074e8.tar.bz2
gdb: get_frame_language now takes a frame parameter.
As part of a drive to remove deprecated_safe_get_selected_frame, make the get_frame_language function take a frame parameter. Given the name of the function this actually seems to make a lot of sense. The task of fetching a suitable frame is then passed to the calling functions. For get_frame_language there are not many callers, these are updated to get the selected frame in a suitable way. gdb/ChangeLog: * language.c (show_language_command): Find selected frame before asking for the language of that frame. (set_language_command): Likewise. * language.h (get_frame_language): Add frame parameter. * stack.c (get_frame_language): Add frame parameter, assert parameter is not NULL, update comment and reindent. * top.c (check_frame_language_change): Pass the selected frame into get_frame_language.
Diffstat (limited to 'gdb/frame.c')
0 files changed, 0 insertions, 0 deletions