aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-25 19:46:08 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-25 19:46:08 +0000
commit98bbd631ccdf061b430ff2699ed82b92933ae937 (patch)
treea1d7000bd036c537704c170afddfefb4918cb698 /gdb/top.c
parent139181c8d664f1c07b436961e62530585b8fc4a2 (diff)
downloadgdb-98bbd631ccdf061b430ff2699ed82b92933ae937.zip
gdb-98bbd631ccdf061b430ff2699ed82b92933ae937.tar.gz
gdb-98bbd631ccdf061b430ff2699ed82b92933ae937.tar.bz2
2004-06-25 Andrew Cagney <cagney@gnu.org>
* defs.h (deprecated_ui_loop_hook): Deprecated. * wince.c (child_wait): Update. * win32-nat.c (child_wait): Update. * v850ice.c (v850ice_wait): Update. * top.c (deprecated_ui_loop_hook): Update. * serial.h: Update. * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) (do_unix_readchar): Update. * ser-tcp.c (net_open): Update. * remote-sim.c (gdb_os_poll_quit): Update. * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
Diffstat (limited to 'gdb/top.c')
-rw-r--r--gdb/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/top.c b/gdb/top.c
index f68d618..98e5010 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -199,7 +199,7 @@ void (*deprecated_init_ui_hook) (char *argv0);
steal control from a real user interface's event loop. It returns
non-zero if the user is requesting a detach, zero otherwise. */
-int (*ui_loop_hook) (int);
+int (*deprecated_ui_loop_hook) (int);
/* Called instead of command_loop at top level. Can be invoked via
throw_exception(). */