diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-25 19:46:08 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-25 19:46:08 +0000 |
commit | 98bbd631ccdf061b430ff2699ed82b92933ae937 (patch) | |
tree | a1d7000bd036c537704c170afddfefb4918cb698 /gdb/rdi-share | |
parent | 139181c8d664f1c07b436961e62530585b8fc4a2 (diff) | |
download | gdb-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/rdi-share')
-rw-r--r-- | gdb/rdi-share/ardi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/rdi-share/ardi.c b/gdb/rdi-share/ardi.c index d7092dd..598d9a9 100644 --- a/gdb/rdi-share/ardi.c +++ b/gdb/rdi-share/ardi.c @@ -1413,8 +1413,8 @@ static int angel_RDI_ExecuteOrStep(PointHandle *handle, word type, signal(SIGINT, ardi_sigint_handler); while( executing ) { - if (ui_loop_hook) - ui_loop_hook(0); + if (deprecated_ui_loop_hook) + deprecated_ui_loop_hook(0); if (interrupt_request || stop_request) { |