* alpha-tdep.c (alpha_register_name): New function.
[deliverable/binutils-gdb.git] / gdb / tui / ChangeLog
index 1f2ddd65fe3f1f0fb603ef0ae9a89b7f46e49787..62ebed576874b9ec196f3468d5d8dd141aa38c04 100644 (file)
@@ -1,3 +1,137 @@
+2001-10-20  Andrew Cagney  <ac131313@redhat.com>
+
+       * tuiDisassem.c: Include "value.h".
+       * tuiSourceWin.c: Ditto.
+
+2001-09-28  Tom Tromey  <tromey@redhat.com>
+
+       * tuiLayout.h (tui_set_layout): Don't declare.
+       * tui.h (tui_vAddWinToLayout): Don't declare.
+       (tui_vSetLayoutTo): Likewise.
+       (tui_set_layout): Declare.
+
+2001-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * tuiSourceWin.c: Use disp_del instead of del.
+
+       * tuiSource.c: Use disp_del instead of del.
+
+       * tuiDisassem.c: Use disp_del instead of del.
+
+2001-07-31  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tui.c (tui_enable): Remove call to terminal_save_ours().
+       (tui_disable): Likewise.
+
+2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiWin.c (_initialize_tuiWin): Use specific tui prefix for
+       set/show configuration variables.
+       (show_tui_cmd): New function.
+       (set_tui_cmd): New function.
+
+2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tui-hooks.c: New file, gdb hooks for tui.
+       * tui-out.c: New file, image copied from cli-out.c.
+       (tui_field_int): Identify "line" fields and keep track of them.
+       (tui_field_string): Likewise for "file".
+       (tui_out_new): Use flags = 0 to avoid printing the sources.
+
+2001-07-23  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiIO.c (tui_cont_sig): Update cursor position on the screen to
+       leave it in the command window.
+       (tui_redisplay_readline): Save cursor position to restore the
+       cursor after we go back from background.
+       * tuiData.h (TuiCommandInfo): Add start_line member.
+
+2001-07-23  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiStack.c (tuiUpdateLocatorFilename): Use const char*.
+       * tuiStack.h (tuiUpdateLocatorFilename): Update prototype.
+       * tuiWin.c (_initialize_tuiWin): Don't cast table of enum in calls
+       to add_set_enum_cmd.
+       * tui.c (tui_show_source): New function.
+       (tuiGetLowDisassemblyAddress): Use CORE_ADDR for newLow.
+       (tui_switch_mode): Prep or deprep readline terminal;
+       make sure the \n we return does not redo the last command.
+       * tui.h (tui_show_source): Declare.
+       (tui_out_new, tui_install_hooks, tui_remove_hooks): Likewise.
+       (tui_active, tui_initialize_io, tui_initialize_readline): Likewise.
+
+2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler
+       if SIGCONT is defined.
+       (tui_cont_sig): New function when SIGCONT is defined.
+       (tui_setup_io): Save tty setting to restore by SIGCONT.
+       
+2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tui.h (tui_show_assembly): Declare.
+       (tui_is_window_visible): Declare.
+       * tui.c (tui_show_assembly): New function.
+       (tui_is_window_visible): New function.
+       (tui_get_command_dimension): New function.
+
+2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiWin.c (tuiRefreshAll): Use clearok to force a refresh.
+
+2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tui-file.c (tui_file_fputs): Use tui_puts.
+
+2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiStack.c (tuiSetLocatorInfo): Cleanup.
+       * tuiStack.h (tuiGetLocatorFilename): Declare.
+       * tuiRegs.h (tuiFirstRegElementNoInLine): Declare.
+       * tuiData.h (addToSourceWindows): Declare.
+
+2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tui.c (tui_change_windows): New function.
+       (tui_delete_other_windows): New function.
+       (tui_initialize_readline): Bind them to C-X 1 and C-X 2.
+       (tui_enable): Enable the keypad; call tui_update_variables.
+       (strcat_to_buf_with_fmt): Remove.
+
+2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+        * tui.h: Remove old declarations, add the new ones.
+        * tui.c (tui_switch_mode): New function.
+        (tui_initialize_readline): New function.
+        (tui_enable): New function.
+        (tui_disable): New function.
+        (tuiGetLowDisassemblyAddress): Use CORE_ADDR, cleanup.
+        (tui_vSelectSourceSymtab): Remove.
+        (tuiInitWindows): Remove.
+        (_initialize_tui): Remove.
+        (_tuiReset): Keep but put arround #if 0.
+
+2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+        * tuiIO.h: Remove old declarations and add the new ones.
+        * tuiIO.c: New management for curses and gdb terminal interactions.
+        (tui_tputs): Remove.
+        (tuiTermSetup, tuiTermUnsetup): Remove, must use normal curses ops.
+        (tuiBufferGetc, tui_vStartNewLines, _updateCommandInfo): Remove.
+        (tui_owns_terminal): Remove.
+        (tui_redisplay_readline): New function.
+        (tui_puts): New function.
+        (tui_prep_terminal): New function.
+        (tui_deprep_terminal): New function.
+        (tui_getc): Rename of tuiGetc, simplify and fix.
+        (tui_setup_io): New function.
+        (tui_initialize_io): New function.
+
+2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin.
+       (_tuiRegisterFormat): Reduce size of format result.
+
 2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * tuiGeneralWin.c (boxWin): Use the tui configuration variables.
This page took 0.031493 seconds and 4 git commands to generate.