2004-06-24 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Thu, 24 Jun 2004 21:51:49 +0000 (21:51 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 24 Jun 2004 21:51:49 +0000 (21:51 +0000)
* defs.h (post_add_symbol_hook, pre_add_symbol_hook)
(ui_loop_hook, selected_frame_level_changed_hook): Declare.
* wince.c (ui_loop_hook): Delete extern declaration.
* win32-nat.c (ui_loop_hook): Delete extern declaration..
* v850ice.c (ui_loop_hook): Delete extern declaration..
* ser-unix.c (ui_loop_hook): Delete extern declaration..
* ser-tcp.c (ui_loop_hook): Delete extern declaration..
* remote-sim.c (ui_loop_hook): Delete extern declaration..
* rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
ui_loop_hook declaration.

gdb/ChangeLog
gdb/defs.h
gdb/rdi-share/ardi.c
gdb/remote-sim.c
gdb/ser-tcp.c
gdb/ser-unix.c
gdb/v850ice.c
gdb/win32-nat.c
gdb/wince.c
gdb/windows-nat.c

index 8997876efa5670aac0d0e2089c28d07ac0c12cf8..5d170e9d501fbda3f5d915d4c70039e7e2c280d8 100644 (file)
@@ -1,3 +1,16 @@
+2004-06-24  Andrew Cagney  <cagney@gnu.org>
+
+       * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
+       (ui_loop_hook, selected_frame_level_changed_hook): Declare.
+       * wince.c (ui_loop_hook): Delete extern declaration.
+       * win32-nat.c (ui_loop_hook): Delete extern declaration..
+       * v850ice.c (ui_loop_hook): Delete extern declaration..
+       * ser-unix.c (ui_loop_hook): Delete extern declaration..
+       * ser-tcp.c (ui_loop_hook): Delete extern declaration..
+       * remote-sim.c (ui_loop_hook): Delete extern declaration..
+       * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
+       ui_loop_hook declaration.
+
 2004-06-24  Andrew Cagney  <cagney@gnu.org>
 
        * objfiles.h (struct entry_info): Delete entry_func_lowpc and
index c6e3ec36caf0a45082f3cb2a0ab19a4e1a85bcc2..ce9ead352a3662f21ad8a86488a2716fd8d4084e 100644 (file)
@@ -1217,6 +1217,10 @@ struct cmd_list_element;
    event-loop) be enabled? */
 extern int event_loop_p;
 
+extern void (*pre_add_symbol_hook) (const char *);
+extern void (*post_add_symbol_hook) (void);
+extern void (*selected_frame_level_changed_hook) (int);
+extern int (*ui_loop_hook) (int signo);
 extern void (*deprecated_init_ui_hook) (char *argv0);
 extern void (*deprecated_command_loop_hook) (void);
 extern void (*deprecated_show_load_progress) (const char *section,
index 3d176694c07be42055088f031f8277cc5f3db147..d7092ddcc77334a05d35e5e96a3a0089713a7746 100644 (file)
@@ -1353,7 +1353,6 @@ void angel_RDI_stop_request(void)
 static int angel_RDI_ExecuteOrStep(PointHandle *handle, word type, 
                                    unsigned ninstr)
 {
-  extern int (*ui_loop_hook) (int);
   int err;
   adp_stopped_struct stopped_info;
   void* stateptr = (void *)&stopped_info;
index a40723025ade973e1205ebae50e9f2a5e593c45c..e058311a73d23aa8956097faba8aeae56a8950ce 100644 (file)
@@ -48,8 +48,6 @@
 
 extern void _initialize_remote_sim (void);
 
-extern int (*ui_loop_hook) (int signo);
-
 static void dump_mem (char *buf, int len);
 
 static void init_callbacks (void);
index a9a87143cb37b7d8dcbde8750991033ca5893757..21d84768d9cfab117880f0c8dd77bf08e0357551 100644 (file)
@@ -44,7 +44,6 @@
 
 static int net_open (struct serial *scb, const char *name);
 static void net_close (struct serial *scb);
-extern int (*ui_loop_hook) (int);
 void _initialize_ser_tcp (void);
 
 /* seconds to wait for connect */
index 38b6716d2eeb6fd66b03aa4672344ff8b70a109c..4b48f409a9c144e1c1fda6fe7b9449847a36ca1d 100644 (file)
@@ -99,8 +99,6 @@ static void reschedule (struct serial *scb);
 
 void _initialize_ser_hardwire (void);
 
-extern int (*ui_loop_hook) (int);
-
 /* Open up a real live device for serial I/O */
 
 static int
index 9f516a32d91e2a2d8fe1648ce72fb0d0ee324fea..c36e7564e2ebe73beab0e408ed4e326a0b3044ee 100644 (file)
@@ -50,8 +50,6 @@ struct MessageIO
 /* Prototypes for functions located in other files */
 extern void break_command (char *, int);
 
-extern int (*ui_loop_hook) (int);
-
 /* Prototypes for local functions */
 static int init_hidden_window (void);
 
index 27691f06729dd1e98c64851ac943000b4ee7d55d..1d89f4af7652a38fbc7b6886e9fe3611b974fed0 100644 (file)
@@ -56,9 +56,6 @@
 #include "i386-tdep.h"
 #include "i387-tdep.h"
 
-/* The ui's event loop. */
-extern int (*ui_loop_hook) (int signo);
-
 /* If we're not using the old Cygwin header file set, define the
    following which never should have been in the generic Win32 API
    headers in the first place since they were our own invention... */
index d1dc4bc90f7607ddc8b53d7af7a422726a3bcd78..1b883d6dc6e8aeaa54cb774741b49db27f66124b 100644 (file)
@@ -60,9 +60,6 @@
 #include "mips-tdep.h"
 #endif
 
-/* The ui's event loop. */
-extern int (*ui_loop_hook) (int signo);
-
 /* If we're not using the old Cygwin header file set, define the
    following which never should have been in the generic Win32 API
    headers in the first place since they were our own invention... */
index 27691f06729dd1e98c64851ac943000b4ee7d55d..1d89f4af7652a38fbc7b6886e9fe3611b974fed0 100644 (file)
@@ -56,9 +56,6 @@
 #include "i386-tdep.h"
 #include "i387-tdep.h"
 
-/* The ui's event loop. */
-extern int (*ui_loop_hook) (int signo);
-
 /* If we're not using the old Cygwin header file set, define the
    following which never should have been in the generic Win32 API
    headers in the first place since they were our own invention... */
This page took 0.032548 seconds and 4 git commands to generate.