Rename frame_stop_reason_string to unwind_stop_reason_to_string.
authorAndrew Burgess <aburgess@broadcom.com>
Wed, 28 May 2014 21:46:33 +0000 (22:46 +0100)
committerAndrew Burgess <aburgess@broadcom.com>
Fri, 30 May 2014 21:40:29 +0000 (22:40 +0100)
commit70e38b8e988c7db764a7344f0d27273706543a54
tree054df1607502bb56cff1cae73b8d39fc6365935b
parent938f0e2f6766e90a5ddc5df00e97a68873fd1252
Rename frame_stop_reason_string to unwind_stop_reason_to_string.

  https://sourceware.org/ml/gdb-patches/2014-05/msg00721.html

This function is confusingly named, the "frame_" in the name implies it
somehow is frame dependent, when in reality the function just converts an
'enum unwind_stop_reason' value to a string.

gdb/ChangeLog:

* frame.c (frame_stop_reason_string): Rename to ...
(unwind_stop_reason_to_string): this.
* frame.h (frame_stop_reason_string): Rename to ...
(unwind_stop_reason_to_string): this.
* stack.c (frame_info): Update call to frame_stop_reason_string.
(backtrace_command_1): Likewise.
* guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Likewise.
* python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
gdb/ChangeLog
gdb/frame.c
gdb/frame.h
gdb/guile/scm-frame.c
gdb/python/py-frame.c
gdb/stack.c
This page took 0.033565 seconds and 4 git commands to generate.