summaryrefslogtreecommitdiff
path: root/gdb/v850ice.c
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-10-02 21:33:59 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2002-10-02 21:33:59 +0000
commit32f99082ac5027fa7d6d11d0c81c085fe0a794c6 (patch)
treee68a0bc56c1b0bb81ed3e89d0ff955686c2b4499 /gdb/v850ice.c
parent0f386b970db9895378730ba4bd70b489e311df70 (diff)
downloadgdb-32f99082ac5027fa7d6d11d0c81c085fe0a794c6.tar.gz
2002-10-02 Elena Zannoni <ezannoni@redhat.com>
* inferior.h (registers_info, stepi_command, nexti_command, continue_command, interrupt_target_command): Export from infcmd.c. * frame.h (args_info, selected_frame_level_changed_hook, return_command): Export from stack.c. * v850ice.c (stepi_command, nexti_command, continue_command): use prototypes from inferior.h. * tracepoint.c (registers_info, args_info, locals_info): Use prototypes from frame.h and inferior.h. * Makefile.in (mi-main.o): Add dependency on frame.h. 2002-10-02 Elena Zannoni <ezannoni@redhat.com> * mi-main.c (mi_cmd_exec_return): Don't use return_command_wrapper, use return_command instead. (mi_cmd_exec_interrupt): Don't use interrupt_target_command_wrapper, use interrupt_target_command instead. (return_command_wrapper, interrupt_target_command_wrapper): Delete. Include frame.h. 2002-10-02 Elena Zannoni <ezannoni@redhat.com> * tui-hooks.c (selected_frame_level_changed_hook): Use the one exported from frame.h.
Diffstat (limited to 'gdb/v850ice.c')
-rw-r--r--gdb/v850ice.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/v850ice.c b/gdb/v850ice.c
index 1aec483bb90..958eac331b8 100644
--- a/gdb/v850ice.c
+++ b/gdb/v850ice.c
@@ -50,12 +50,6 @@ struct MessageIO
/* Prototypes for functions located in other files */
extern void break_command (char *, int);
-extern void stepi_command (char *, int);
-
-extern void nexti_command (char *, int);
-
-extern void continue_command (char *, int);
-
extern int (*ui_loop_hook) (int);
/* Prototypes for local functions */