* frame.c (deprecated_selected_frame): Rename to...
authorDaniel Jacobowitz <drow@false.org>
Tue, 27 Feb 2007 19:46:04 +0000 (19:46 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 27 Feb 2007 19:46:04 +0000 (19:46 +0000)
commit206415a3eac4f69d24cf872f880f554d3d43f1bb
treead72202befac2e3d20e6769060ab6c0c6384d824
parente1c9b6f16a257b4ffff961d59fc9204847eca1f4
* frame.c (deprecated_selected_frame): Rename to...
(selected_frame): ...this.  Make static.
(get_selected_frame, select_frame): Update.
* frame.h (deprected_select_frame): Delete.
(deprecated_safe_get_selected_frame): Update comments.

* breakpoint.c, cli/cli-cmds.c, f-valprint.c, infcmd.c, inflow.c,
infrun.c, stack.c, tui/tui-disasm.c, tui/tui-source.c,
tui/tui-winsource.c, valops.c, varobj.c, findvar.c, macroscope.c,
parse.c, regcache.h, sh64-tdep.c, tui/tui-hooks.c, tui/tui-win.c,
tui/tui.c: Replace references to deprecated_selected_frame.
23 files changed:
gdb/ChangeLog
gdb/breakpoint.c
gdb/cli/cli-cmds.c
gdb/f-valprint.c
gdb/findvar.c
gdb/frame.c
gdb/frame.h
gdb/infcmd.c
gdb/inflow.c
gdb/infrun.c
gdb/macroscope.c
gdb/parse.c
gdb/regcache.h
gdb/sh64-tdep.c
gdb/stack.c
gdb/tui/tui-disasm.c
gdb/tui/tui-hooks.c
gdb/tui/tui-source.c
gdb/tui/tui-win.c
gdb/tui/tui-winsource.c
gdb/tui/tui.c
gdb/valops.c
gdb/varobj.c
This page took 0.030305 seconds and 4 git commands to generate.