OSDN Git Service

* frame.h (selected_frame_level): Document as deprecated.
authorcagney <cagney>
Sun, 21 Apr 2002 20:23:30 +0000 (20:23 +0000)
committercagney <cagney>
Sun, 21 Apr 2002 20:23:30 +0000 (20:23 +0000)
commita77ee0392f2551dc7a25b92befdeb0a028e345bf
tree94b86845ada46a91e39484d8ed9c768ee0b918a7
parent9a0195832223dad09e5bebcba4eb4d47c3eb15ae
* frame.h (selected_frame_level): Document as deprecated.
(frame_relative_level): Declare.
* stack.c (frame_relative_level): New function.
(selected_frame_level): Document as deprecated.
(select_frame): Do not set the selected_frame_level.

* stack.c (frame_info, record_selected_frame): Update.
(frame_command, current_frame_command): Update.
(up_silently_base, up_command, down_silently_base): Update.
(down_command): Update.
* inflow.c (kill_command): Update.
* tracepoint.c (finish_tfind_command): Update.
* corelow.c (core_open): Update.
* thread.c (info_threads_command): Update.
(do_captured_thread_select): Update.
* infcmd.c (finish_command): Update.
* breakpoint.c (insert_breakpoints, do_enable_breakpoint): Update.
gdb/ChangeLog
gdb/breakpoint.c
gdb/corelow.c
gdb/frame.h
gdb/infcmd.c
gdb/inflow.c
gdb/mi/ChangeLog
gdb/mi/mi-main.c
gdb/stack.c
gdb/thread.c
gdb/tracepoint.c