From 36dc181bbaa431cd042fa42d16a34208d8a6e660 Mon Sep 17 00:00:00 2001 From: Elena Zannoni Date: Wed, 2 Oct 2002 21:33:59 +0000 Subject: 2002-10-02 Elena Zannoni * 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 * 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 * tui-hooks.c (selected_frame_level_changed_hook): Use the one exported from frame.h. --- gdb/mi/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'gdb/mi/ChangeLog') diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 6376bf0..7a1552f 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,14 @@ +2002-10-02 Elena Zannoni + + * 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-01 Andrew Cagney * mi-main.c (mi2_command_loop): New function. -- cgit v1.1