aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-29 01:01:32 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-29 01:01:32 +0000
commit1daf35d9841e3ebe943c954979bd2f65f92557f9 (patch)
tree8da2e1abd24898686a8075721fcfcf7eced457dd
parent0aaa4a81b0dff39524ca3d3e69cc824c550b9d15 (diff)
downloadgdb-1daf35d9841e3ebe943c954979bd2f65f92557f9.zip
gdb-1daf35d9841e3ebe943c954979bd2f65f92557f9.tar.gz
gdb-1daf35d9841e3ebe943c954979bd2f65f92557f9.tar.bz2
2004-06-28 Andrew Cagney <cagney@gnu.org>
* rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24 change - add back extern deprecated_ui_loop_hook declaration.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/rdi-share/ardi.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 51d6b36..d8e74d8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2004-06-28 Andrew Cagney <cagney@gnu.org>
+ * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
+ change - add back extern deprecated_ui_loop_hook declaration.
+
+2004-06-28 Andrew Cagney <cagney@gnu.org>
+
* xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
xstrprintf.
* varobj.c (varobj_gen_name, create_child, c_name_of_child)
diff --git a/gdb/rdi-share/ardi.c b/gdb/rdi-share/ardi.c
index 598d9a9..dead319 100644
--- a/gdb/rdi-share/ardi.c
+++ b/gdb/rdi-share/ardi.c
@@ -1353,6 +1353,7 @@ void angel_RDI_stop_request(void)
static int angel_RDI_ExecuteOrStep(PointHandle *handle, word type,
unsigned ninstr)
{
+ extern int (*deprecated_ui_loop_hook) (int);
int err;
adp_stopped_struct stopped_info;
void* stateptr = (void *)&stopped_info;