OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [tags/] [gdb/] [gdb-6.8/] [gdb-6.8.openrisc-2.1/] [gdb/] [tui/] [ChangeLog-1998-2003] - Diff between revs 24 and 33

Only display areas with differences | Details | Blame | View Log

Rev 24 Rev 33
2003-09-27  Andrew Cagney  
2003-09-27  Andrew Cagney  
        * tuiRegs.c: Rename REGISTER_RAW_SIZE to
        * tuiRegs.c: Rename REGISTER_RAW_SIZE to
        DEPRECATED_REGISTER_RAW_SIZE.
        DEPRECATED_REGISTER_RAW_SIZE.
2003-09-13  Andrew Cagney  
2003-09-13  Andrew Cagney  
        * tui.h (struct ui_file): Add opaque declaration.
        * tui.h (struct ui_file): Add opaque declaration.
2003-08-04  Daniel Jacobowitz  
2003-08-04  Daniel Jacobowitz  
        * tui-interp.c: Include "cli-out.h".
        * tui-interp.c: Include "cli-out.h".
        (tui_resume): Update tui_old_uiout's stream to gdb_stdout.
        (tui_resume): Update tui_old_uiout's stream to gdb_stdout.
2003-07-24  Stephane Carrez  
2003-07-24  Stephane Carrez  
        * tui.c (tui_rl_other_window): New function to switch the TUI active
        * tui.c (tui_rl_other_window): New function to switch the TUI active
        window and give focus to a next window.
        window and give focus to a next window.
        (tui_initialize_readline): Bind it to c-x o.
        (tui_initialize_readline): Bind it to c-x o.
        (tui_rl_next_keymap): Activate TUI mode when entering SingleKey mode.
        (tui_rl_next_keymap): Activate TUI mode when entering SingleKey mode.
2003-07-23  Stephane Carrez  
2003-07-23  Stephane Carrez  
        * tui.c (tui_enable): Call tuiRefreshAll to make sure the window
        * tui.c (tui_enable): Call tuiRefreshAll to make sure the window
        is accurate.
        is accurate.
2003-07-23  Stephane Carrez  
2003-07-23  Stephane Carrez  
        * tui-interp.c (tui_resume): Enable tui when we expected it.
        * tui-interp.c (tui_resume): Enable tui when we expected it.
        (tui_suspend): Remember in which TUI mode we are.
        (tui_suspend): Remember in which TUI mode we are.
        (_initialize_tui_interp): Use the tui interpreter even when no
        (_initialize_tui_interp): Use the tui interpreter even when no
        other interpreter was set and define in which TUI mode to start.
        other interpreter was set and define in which TUI mode to start.
2003-06-28  Daniel Jacobowitz  
2003-06-28  Daniel Jacobowitz  
        * tui-out.c (tui_ui_out_impl): Add NULL for redirect member.
        * tui-out.c (tui_ui_out_impl): Add NULL for redirect member.
2003-06-22  Daniel Jacobowitz  
2003-06-22  Daniel Jacobowitz  
        * tui-hooks.c: Update include order.
        * tui-hooks.c: Update include order.
        * tui.c: Likewise.
        * tui.c: Likewise.
        * tuiCommand.c: Likewise.
        * tuiCommand.c: Likewise.
        * tuiData.c: Likewise.
        * tuiData.c: Likewise.
        * tuiDataWin.c: Likewise.
        * tuiDataWin.c: Likewise.
        * tuiDisassem.c: Likewise.
        * tuiDisassem.c: Likewise.
        * tuiGeneralWin.c: Likewise.
        * tuiGeneralWin.c: Likewise.
        * tuiIO.c: Likewise.
        * tuiIO.c: Likewise.
        * tuiLayout.c: Likewise.
        * tuiLayout.c: Likewise.
        * tuiRegs.c: Likewise.
        * tuiRegs.c: Likewise.
        * tuiSource.c: Likewise.
        * tuiSource.c: Likewise.
        * tuiSourceWin.c: Likewise.
        * tuiSourceWin.c: Likewise.
        * tuiStack.c: Likewise.
        * tuiStack.c: Likewise.
        * tuiWin.c: Likewise.
        * tuiWin.c: Likewise.
2003-06-12  Andreas Schwab  
2003-06-12  Andreas Schwab  
        * tuiSource.c (tuiVerticalSourceScroll): Use get_frame_pc.
        * tuiSource.c (tuiVerticalSourceScroll): Use get_frame_pc.
        * tuiSourceWin.c (tuiHorizontalSourceScroll): Likewise.
        * tuiSourceWin.c (tuiHorizontalSourceScroll): Likewise.
        * tuiStack.c (tui_get_function_from_frame): Likewise.
        * tuiStack.c (tui_get_function_from_frame): Likewise.
        (tuiShowFrameInfo): Likewise.
        (tuiShowFrameInfo): Likewise.
        * tuiWin.c (_makeVisibleWithNewHeight): Likewise.
        * tuiWin.c (_makeVisibleWithNewHeight): Likewise.
        * tui-hooks.c (tui_selected_frame_level_changed_hook): Likewise.
        * tui-hooks.c (tui_selected_frame_level_changed_hook): Likewise.
        * tuiDisassem.c (tuiVerticalDisassemScroll): Likewise.
        * tuiDisassem.c (tuiVerticalDisassemScroll): Likewise.
        Include "disasm.h".
        Include "disasm.h".
2003-05-08  Andrew Cagney  
2003-05-08  Andrew Cagney  
        * tuiRegs.c: Use MAX_REGISTER_SIZE instead of
        * tuiRegs.c: Use MAX_REGISTER_SIZE instead of
        MAX_REGISTER_RAW_SIZE.
        MAX_REGISTER_RAW_SIZE.
2003-05-03  Andrew Cagney  
2003-05-03  Andrew Cagney  
        * tuiDisassem.c (tui_disassemble): Call gdb_print_insn, instead of
        * tuiDisassem.c (tui_disassemble): Call gdb_print_insn, instead of
        TARGET_PRINT_INSN.  Do not initialize a disassemble_info object.
        TARGET_PRINT_INSN.  Do not initialize a disassemble_info object.
2003-04-30  Andrew Cagney  
2003-04-30  Andrew Cagney  
        * tuiDisassem.c (tui_disassemble): Use
        * tuiDisassem.c (tui_disassemble): Use
        "deprecated_tm_print_insn_info" instead of TARGET_PRINT_INSN_INFO,
        "deprecated_tm_print_insn_info" instead of TARGET_PRINT_INSN_INFO,
        add comment.
        add comment.
2003-03-14  Andrew Cagney  
2003-03-14  Andrew Cagney  
        * tuiRegs.c (_tuiGetRegisterRawValue): Use frame_read_register,
        * tuiRegs.c (_tuiGetRegisterRawValue): Use frame_read_register,
        instead of get_saved_register.
        instead of get_saved_register.
2003-03-13  Stephane Carrez  
2003-03-13  Stephane Carrez  
        * tui-out.c (tui_out_data): Fix typedef.
        * tui-out.c (tui_out_data): Fix typedef.
2003-03-08  Andrew Cagney  
2003-03-08  Andrew Cagney  
        * tui-out.c: Update copyright.
        * tui-out.c: Update copyright.
        (tui_out_data): Define typedef.  Use instead of ui_out_data.
        (tui_out_data): Define typedef.  Use instead of ui_out_data.
2003-02-14  Andrew Cagney  
2003-02-14  Andrew Cagney  
        * tui.c (tui_enable, tui_disable): Don't modify tui_version.
        * tui.c (tui_enable, tui_disable): Don't modify tui_version.
        (tui_is_window_visible, tui_get_command_dimension): Test
        (tui_is_window_visible, tui_get_command_dimension): Test
        tui_active instead of tui_version.
        tui_active instead of tui_version.
        * tuiData.h (tui_version): Delete declaration.
        * tuiData.h (tui_version): Delete declaration.
        * tui-hooks.c (tui_init_hook, tui_event_loop): Delete function,
        * tui-hooks.c (tui_init_hook, tui_event_loop): Delete function,
        moved to "tui-interp.c".
        moved to "tui-interp.c".
        (tui_exit, tui_command_loop): Ditto.
        (tui_exit, tui_command_loop): Ditto.
        (_initialize_tui): Don't initialize init_ui_hook.  Initialize
        (_initialize_tui): Don't initialize init_ui_hook.  Initialize
        target_new_objfile_hook.
        target_new_objfile_hook.
        * tui-interp.c: New file.
        * tui-interp.c: New file.
2003-02-12  Andrew Cagney  
2003-02-12  Andrew Cagney  
        * tuiIO.c (tui_prep_terminal): Add one notused parameter.
        * tuiIO.c (tui_prep_terminal): Add one notused parameter.
        * tui.c (tui_rl_switch_mode): Add two notused parameters.
        * tui.c (tui_rl_switch_mode): Add two notused parameters.
        (tui_rl_change_windows, tui_rl_next_keymap): Ditto.
        (tui_rl_change_windows, tui_rl_next_keymap): Ditto.
        (tui_rl_delete_other_windows): Ditto.
        (tui_rl_delete_other_windows): Ditto.
        (tui_rl_change_windows, tui_rl_delete_other_windows): Update
        (tui_rl_change_windows, tui_rl_delete_other_windows): Update
        calls.
        calls.
2002-12-08  Elena Zannoni  
2002-12-08  Elena Zannoni  
       Import of readline 4.3.
       Import of readline 4.3.
       Fix PR gdb/675
       Fix PR gdb/675
       * tuiWin.c: Include readline/readline.h.
       * tuiWin.c: Include readline/readline.h.
       (tui_update_gdb_sizes): Use accessor function rl_get_screen_size.
       (tui_update_gdb_sizes): Use accessor function rl_get_screen_size.
       (tuiResizeAll): Ditto.
       (tuiResizeAll): Ditto.
2002-12-06  Elena Zannoni  
2002-12-06  Elena Zannoni  
        * tuiStack.c (tuiShowFrameInfo): Fix typo.
        * tuiStack.c (tuiShowFrameInfo): Fix typo.
2002-11-29  Andrew Cagney  
2002-11-29  Andrew Cagney  
        * tui/tui-hooks.c: Update to use deprecated_selected_frame.
        * tui/tui-hooks.c: Update to use deprecated_selected_frame.
        * tui/tui.c, tui/tuiDisassem.c, tui/tuiRegs.c: Ditto.
        * tui/tui.c, tui/tuiDisassem.c, tui/tuiRegs.c: Ditto.
        * tui/tuiSource.c, tui/tuiSourceWin.c, tui/tuiWin.c: Ditto.
        * tui/tuiSource.c, tui/tuiSourceWin.c, tui/tuiWin.c: Ditto.
2002-11-28  Andrew Cagney  
2002-11-28  Andrew Cagney  
        * tuiStack.c (tuiShowFrameInfo): Use find_frame_sal instead of
        * tuiStack.c (tuiShowFrameInfo): Use find_frame_sal instead of
        find_pc_line.
        find_pc_line.
2002-11-23  Andrew Cagney  
2002-11-23  Andrew Cagney  
        * tuiStack.c (tuiShowFrameInfo): Use get_frame_type instead of
        * tuiStack.c (tuiShowFrameInfo): Use get_frame_type instead of
        deprecated_frame_in_dummy.  Fix coding style.
        deprecated_frame_in_dummy.  Fix coding style.
2002-11-21  Stephane Carrez  
2002-11-21  Stephane Carrez  
        * tui-hooks.c (tui_init_hook): Don't enable the TUI if a specific
        * tui-hooks.c (tui_init_hook): Don't enable the TUI if a specific
        interpreter is installed.
        interpreter is installed.
2002-11-18  Andrew Cagney  
2002-11-18  Andrew Cagney  
        * tuiStack.c (tuiShowFrameInfo): Use get_frame_type instead of
        * tuiStack.c (tuiShowFrameInfo): Use get_frame_type instead of
        signal_handler_caller.
        signal_handler_caller.
2002-11-10  Andrew Cagney  
2002-11-10  Andrew Cagney  
        * tuiStack.c (tuiShowFrameInfo): Replace frame_in_dummy with
        * tuiStack.c (tuiShowFrameInfo): Replace frame_in_dummy with
        deprecated_frame_in_dummy.
        deprecated_frame_in_dummy.
2002-10-26  Stephane Carrez  
2002-10-26  Stephane Carrez  
        * tuiIO.c (tui_prep_terminal): Save the prompt registered in readline.
        * tuiIO.c (tui_prep_terminal): Save the prompt registered in readline.
        (tui_redisplay_readline): Use the last saved prompt.
        (tui_redisplay_readline): Use the last saved prompt.
        (tui_rl_saved_prompt): New.
        (tui_rl_saved_prompt): New.
2002-10-25  Stephane Carrez  
2002-10-25  Stephane Carrez  
        Fix PR gdb/787
        Fix PR gdb/787
        * tuiWin.c (ACS_LRCORNER, ACS_LLCORNER, ACS_ULCORNER, ACS_URCORNER,
        * tuiWin.c (ACS_LRCORNER, ACS_LLCORNER, ACS_ULCORNER, ACS_URCORNER,
        ACS_HLINE, ACS_VLINE): Define if they don't exist.
        ACS_HLINE, ACS_VLINE): Define if they don't exist.
2002-10-25  Stephane Carrez  
2002-10-25  Stephane Carrez  
        Fix PR gdb/478
        Fix PR gdb/478
        * tuiIO.c (tui_initialize_io): Use setvbuf since this is portable.
        * tuiIO.c (tui_initialize_io): Use setvbuf since this is portable.
2002-10-02  Elena Zannoni  
2002-10-02  Elena Zannoni  
        * tui-hooks.c (selected_frame_level_changed_hook): Use the one
        * tui-hooks.c (selected_frame_level_changed_hook): Use the one
        exported from frame.h.
        exported from frame.h.
2002-09-29  Elena Zannoni  
2002-09-29  Elena Zannoni  
        * tui.c (tui_show_source): Don't access current_source_symtab, use
        * tui.c (tui_show_source): Don't access current_source_symtab, use
        accessor function instead.  Include source.h and symtab.h
        accessor function instead.  Include source.h and symtab.h
        * tuiDisassem.c (tuiShowDisassemAndUpdateSource,
        * tuiDisassem.c (tuiShowDisassemAndUpdateSource,
        tuiVerticalDisassemScroll): Use accessor functions for current
        tuiVerticalDisassemScroll): Use accessor functions for current
        source line and symtab.  Include source.h.
        source line and symtab.  Include source.h.
        * tuiLayout.c (_extractDisplayStartAddr): Use accessor functions
        * tuiLayout.c (_extractDisplayStartAddr): Use accessor functions
        for current source line and symtab.  Include source.h.
        for current source line and symtab.  Include source.h.
        * tuiWin.c (_makeVisibleWithNewHeight): Ditto.
        * tuiWin.c (_makeVisibleWithNewHeight): Ditto.
        * tuiSourceWin.c (tuiUpdateSourceWindowAsIs,
        * tuiSourceWin.c (tuiUpdateSourceWindowAsIs,
        tuiHorizontalSourceScroll): Ditto.
        tuiHorizontalSourceScroll): Ditto.
        * tuiSource.c (tuiVerticalSourceScroll): Ditto.
        * tuiSource.c (tuiVerticalSourceScroll): Ditto.
2002-09-13  Stephane Carrez  
2002-09-13  Stephane Carrez  
        * tui.c (tui_rl_switch_mode): Remove unecessary TUI switch printfs.
        * tui.c (tui_rl_switch_mode): Remove unecessary TUI switch printfs.
        (tui_initialize_readline): Allow to use space to leave SingleKey
        (tui_initialize_readline): Allow to use space to leave SingleKey
        to enter one gdb command.
        to enter one gdb command.
        (tui_enable): Restore the TUI keymap when we are back to TUI.
        (tui_enable): Restore the TUI keymap when we are back to TUI.
        (tui_disable): Restore normal keymap when leaving TUI.
        (tui_disable): Restore normal keymap when leaving TUI.
        * tuiIO.c (tui_redisplay_readline): Restore the SingleKey mode
        * tuiIO.c (tui_redisplay_readline): Restore the SingleKey mode
        when the buffer becomes empty and we are in tui_one_command_mode.
        when the buffer becomes empty and we are in tui_one_command_mode.
2002-09-13  Stephane Carrez  
2002-09-13  Stephane Carrez  
        * tuiIO.c (tui_setup_io): rl_already_prompted must be cleared
        * tuiIO.c (tui_setup_io): rl_already_prompted must be cleared
        when leaving TUI mode so that gdb prompt is displayed.
        when leaving TUI mode so that gdb prompt is displayed.
2002-09-13  Stephane Carrez  
2002-09-13  Stephane Carrez  
        * tuiStack.c (tui_make_status_line): Make sure the local buffer
        * tuiStack.c (tui_make_status_line): Make sure the local buffer
        is large enough to hold the complete line.
        is large enough to hold the complete line.
2002-09-10  Stephane Carrez  
2002-09-10  Stephane Carrez  
        * tui-hooks.c (tui_event_loop): New function.
        * tui-hooks.c (tui_event_loop): New function.
        (tui_command_loop): New function to override gdb loop and make sure
        (tui_command_loop): New function to override gdb loop and make sure
        uiout is set according to TUI mode.
        uiout is set according to TUI mode.
        (tui_command_loop): Install the specific TUI command hook.
        (tui_command_loop): Install the specific TUI command hook.
        * tuiIO.c (tui_initialize_io): Initialize tui_old_uiout.
        * tuiIO.c (tui_initialize_io): Initialize tui_old_uiout.
        (tui_uiout, tui_old_uiout): Make public.
        (tui_uiout, tui_old_uiout): Make public.
        * tuiIO.h (tui_uiout, tui_old_uiout): Declare.
        * tuiIO.h (tui_uiout, tui_old_uiout): Declare.
2002-09-04  Stephane Carrez  
2002-09-04  Stephane Carrez  
        * tuiIO.c (tui_putc): New function to print one character.
        * tuiIO.c (tui_putc): New function to print one character.
        (printable_part): New function from readline/complete.c.
        (printable_part): New function from readline/complete.c.
        (PUTX): New macro, likewise.
        (PUTX): New macro, likewise.
        (print_filename): New function, likewise.
        (print_filename): New function, likewise.
        (get_y_or_n): New function, likewise and adapted for TUI.
        (get_y_or_n): New function, likewise and adapted for TUI.
        (tui_rl_display_match_list): New function from readline/complete.c
        (tui_rl_display_match_list): New function from readline/complete.c
        and writes on TUI command window.
        and writes on TUI command window.
        (tui_setup_io): Install or remove the readline hook
        (tui_setup_io): Install or remove the readline hook
        rl_completion_display_matches_hook so that completion is written
        rl_completion_display_matches_hook so that completion is written
        directly in TUI command window instead of in the TUI pipe.
        directly in TUI command window instead of in the TUI pipe.
        (tui_initialize_io): Use #ifdef TUI_USE_PIPE_FOR_READLINE for the
        (tui_initialize_io): Use #ifdef TUI_USE_PIPE_FOR_READLINE for the
        TUI redirection pipe.
        TUI redirection pipe.
        (tui_getc): Likewise for call to tui_readline_output.
        (tui_getc): Likewise for call to tui_readline_output.
        (tui_readline_output): Likewise for function.
        (tui_readline_output): Likewise for function.
        * tui.c (tui_rl_startup_hook): Always take care of gdb prompt.
        * tui.c (tui_rl_startup_hook): Always take care of gdb prompt.
2002-09-02  Stephane Carrez  
2002-09-02  Stephane Carrez  
        * tuiWin.c (_newHeightOk): Fix compilation warnings.
        * tuiWin.c (_newHeightOk): Fix compilation warnings.
2002-09-01  Stephane Carrez  
2002-09-01  Stephane Carrez  
        * tuiWin.c (_tuiAllWindowsInfo): Don't crash if the window
        * tuiWin.c (_tuiAllWindowsInfo): Don't crash if the window
        is not displayed.
        is not displayed.
2002-09-01  Stephane Carrez  
2002-09-01  Stephane Carrez  
        * tui-out.c (tui_out_new): Clear start_of_line.
        * tui-out.c (tui_out_new): Clear start_of_line.
        * tuiSource.c (tuiVerticalSourceScroll): Use print_source_lines
        * tuiSource.c (tuiVerticalSourceScroll): Use print_source_lines
        to update the current source line.
        to update the current source line.
2002-09-01  Stephane Carrez  
2002-09-01  Stephane Carrez  
        * tui-hooks.c (tui_detach_hook): New hook to know when a process dies.
        * tui-hooks.c (tui_detach_hook): New hook to know when a process dies.
        (tui_install_hooks): Install it.
        (tui_install_hooks): Install it.
        (tui_remove_hooks): Remove it.
        (tui_remove_hooks): Remove it.
2002-09-01  Stephane Carrez  
2002-09-01  Stephane Carrez  
        * tuiData.h (FILE_PREFIX): Don't define.
        * tuiData.h (FILE_PREFIX): Don't define.
        (blankStr, locationStr, breakStr): Don't declare.
        (blankStr, locationStr, breakStr): Don't declare.
        (breakLocationStr, nullStr, historyLimit, setHistoryLimitTo): Likewise.
        (breakLocationStr, nullStr, historyLimit, setHistoryLimitTo): Likewise.
        (displayableWinContentOf, displayableWinContentAt): Likewise.
        (displayableWinContentOf, displayableWinContentAt): Likewise.
        (winElementHeight, winByName, freeAllWindows): Likewise.
        (winElementHeight, winByName, freeAllWindows): Likewise.
        * tuiData.c (blankStr, locationStr, breakStr): Remove.
        * tuiData.c (blankStr, locationStr, breakStr): Remove.
        (breakLocationStr, nullStr, historyLimit, setHistoryLimitTo): Remove.
        (breakLocationStr, nullStr, historyLimit, setHistoryLimitTo): Remove.
        (displayableWinContentOf, displayableWinContentAt): Remove.
        (displayableWinContentOf, displayableWinContentAt): Remove.
        (winElementHeight, winByName, freeAllWindows): Remove.
        (winElementHeight, winByName, freeAllWindows): Remove.
2002-09-01  Stephane Carrez  
2002-09-01  Stephane Carrez  
        * tuiStack.c (tui_make_status_line): New function to create the
        * tuiStack.c (tui_make_status_line): New function to create the
        status line.
        status line.
        (tuiShowLocatorContent): Use it instead of displayableWinContentAt.
        (tuiShowLocatorContent): Use it instead of displayableWinContentAt.
        * tuiData.h (PROC_PREFIX): Use "In:" to reduce length of prefix.
        * tuiData.h (PROC_PREFIX): Use "In:" to reduce length of prefix.
        (PC_PREFIX): Use upper case.
        (PC_PREFIX): Use upper case.
        (SINGLE_KEY, MIN_LINE_WIDTH, MIN_PROC_WIDTH): Define.
        (SINGLE_KEY, MIN_LINE_WIDTH, MIN_PROC_WIDTH): Define.
        (MAX_TARGET_WIDTH, MAX_PID_WIDTH): Define.
        (MAX_TARGET_WIDTH, MAX_PID_WIDTH): Define.
2002-08-31  Stephane Carrez  
2002-08-31  Stephane Carrez  
        * tuiSourceWin.h (tuiUpdateAllExecInfos): Don't declare.
        * tuiSourceWin.h (tuiUpdateAllExecInfos): Don't declare.
        (tuiClearAllExecInfosContent): Likewise.
        (tuiClearAllExecInfosContent): Likewise.
        (tuiEraseAllExecInfosContent): Ditto.
        (tuiEraseAllExecInfosContent): Ditto.
        (tuiUpdateSourceWindowsFromLocator): Ditto.
        (tuiUpdateSourceWindowsFromLocator): Ditto.
        * tuiSourceWin.c (tuiUpdateAllExecInfos): Remove.
        * tuiSourceWin.c (tuiUpdateAllExecInfos): Remove.
        * tui.h (tui_vCheckDataValues): Don't declare.
        * tui.h (tui_vCheckDataValues): Don't declare.
        (tui_vStartNewLines, tui_vAllSetHasBreakAt): Likewise.
        (tui_vStartNewLines, tui_vAllSetHasBreakAt): Likewise.
        (tui_vUpdateLocatorFilename, tui_vUpdateSourceWindowsWithAddr): Ditto.
        (tui_vUpdateLocatorFilename, tui_vUpdateSourceWindowsWithAddr): Ditto.
        (tui_vShowFrameInfo): Ditto.
        (tui_vShowFrameInfo): Ditto.
2002-08-31  Stephane Carrez  
2002-08-31  Stephane Carrez  
        * tui.c (tui_commands): Table of single key commands.
        * tui.c (tui_commands): Table of single key commands.
        (tui_rl_command_key): New function to execute gdb command.
        (tui_rl_command_key): New function to execute gdb command.
        (tui_rl_command_mode): New function to temporarily leave SingleKey.
        (tui_rl_command_mode): New function to temporarily leave SingleKey.
        (tui_rl_next_keymap): New function to enter/leave the SingleKey mode.
        (tui_rl_next_keymap): New function to enter/leave the SingleKey mode.
        (tui_rl_startup_hook): New function to avoid prompt display by
        (tui_rl_startup_hook): New function to avoid prompt display by
        readline functions.
        readline functions.
        (tui_set_key_mode): New function to set the key mode and install
        (tui_set_key_mode): New function to set the key mode and install
        the readline keymap.
        the readline keymap.
        (tui_initialize_readline): Create TUI SingleKey readline map.
        (tui_initialize_readline): Create TUI SingleKey readline map.
        (tui_enable): Install rl_startup_hook.
        (tui_enable): Install rl_startup_hook.
        (tui_disable): Remove it.
        (tui_disable): Remove it.
        * tui.h (enum tui_key_mode): Declare.
        * tui.h (enum tui_key_mode): Declare.
        (tui_set_key_mode, tui_current_key_mode): Declare.
        (tui_set_key_mode, tui_current_key_mode): Declare.
        * tuiIO.c (tui_redisplay_readline): Don't display the prompt in
        * tuiIO.c (tui_redisplay_readline): Don't display the prompt in
        SingleKey mode.
        SingleKey mode.
        * tuiIO.h (tui_redisplay_readline): Declare.
        * tuiIO.h (tui_redisplay_readline): Declare.
2002-08-31  Stephane Carrez  
2002-08-31  Stephane Carrez  
        * tuiSourceWin.c (tuiSetIsExecPointAt): Redraw the previous and
        * tuiSourceWin.c (tuiSetIsExecPointAt): Redraw the previous and
        current line.
        current line.
2002-08-31  Stephane Carrez  
2002-08-31  Stephane Carrez  
        * tuiSource.c (tuiSetSourceContent): Remove old breakpoint code.
        * tuiSource.c (tuiSetSourceContent): Remove old breakpoint code.
        (_hasBreak): Remove.
        (_hasBreak): Remove.
        (tuiShowSource): Fix comment indentation.
        (tuiShowSource): Fix comment indentation.
        (tuiSourceIsDisplayed): Likewise.
        (tuiSourceIsDisplayed): Likewise.
        (tuiVerticalSourceScroll): Likewise.
        (tuiVerticalSourceScroll): Likewise.
2002-08-30  Stephane Carrez  
2002-08-30  Stephane Carrez  
        * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare.
        * tuiSourceWin.h (tui_update_all_breakpoint_info): Declare.
        (tui_update_breakpoint_info): Declare.
        (tui_update_breakpoint_info): Declare.
        (tuiSetHasBreakAt, tuiAllSetHasBreakAt): Remove.
        (tuiSetHasBreakAt, tuiAllSetHasBreakAt): Remove.
        * tuiSourceWin.c (tuiUpdateSourceWindowAsIs): Update breakpoint
        * tuiSourceWin.c (tuiUpdateSourceWindowAsIs): Update breakpoint
        information using tui_update_breakpoint_info.
        information using tui_update_breakpoint_info.
        (tui_update_all_breakpoint_info): New function to refresh all
        (tui_update_all_breakpoint_info): New function to refresh all
        execution windows.
        execution windows.
        (tui_update_breakpoint_info): New function to recompute the status
        (tui_update_breakpoint_info): New function to recompute the status
        of exec info window from breakpoints.
        of exec info window from breakpoints.
        (tuiSetHasBreakAt, tuiAllSetHasBreakAt): Remove.
        (tuiSetHasBreakAt, tuiAllSetHasBreakAt): Remove.
        (tuiSetExecInfoContent): Use the exec info flags computed by
        (tuiSetExecInfoContent): Use the exec info flags computed by
        tui_update_breakpoint_info to display a short status about breakpoints.
        tui_update_breakpoint_info to display a short status about breakpoints.
        * tuiData.h (TuiExecInfoContent): New for exec info string.
        * tuiData.h (TuiExecInfoContent): New for exec info string.
        (TuiWhichElement): Use it.
        (TuiWhichElement): Use it.
        (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT): New defines.
        (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT): New defines.
        (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): New defines.
        (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): New defines.
        (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS): Likewise.
        (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS): Likewise.
        (TUI_EXECINFO_SIZE): Likewise.
        (TUI_EXECINFO_SIZE): Likewise.
        * tuiData.c (initContentElement): Clear exec info string.
        * tuiData.c (initContentElement): Clear exec info string.
        * tui-hooks.c (get_breakpoint): Remove.
        * tui-hooks.c (get_breakpoint): Remove.
        (tui_event_create_breakpoint): Call tui_update_all_breakpoint_info.
        (tui_event_create_breakpoint): Call tui_update_all_breakpoint_info.
        (tui_event_delete_breakpoint): Likewise.
        (tui_event_delete_breakpoint): Likewise.
        (tui_event_modify_breakpoint): Likewise.
        (tui_event_modify_breakpoint): Likewise.
2002-08-29  Stephane Carrez  
2002-08-29  Stephane Carrez  
        * tui.c (tuiGetLowDisassemblyAddress): Moved from here.
        * tui.c (tuiGetLowDisassemblyAddress): Moved from here.
        * tuiDisassem.c (tuiGetLowDisassemblyAddress): To here, and use
        * tuiDisassem.c (tuiGetLowDisassemblyAddress): To here, and use
        tui_find_disassembly_address to find the starting address of
        tui_find_disassembly_address to find the starting address of
        disassemble window.
        disassemble window.
2002-08-28  Stephane Carrez  
2002-08-28  Stephane Carrez  
        * tuiDisassem.c (tui_disassemble): New function to disassemble
        * tuiDisassem.c (tui_disassemble): New function to disassemble
        several lines in a buffer.
        several lines in a buffer.
        (tui_find_disassembly_address): New function to search backward
        (tui_find_disassembly_address): New function to search backward
        or forward a disassembly line.
        or forward a disassembly line.
        (tuiSetDisassemContent): Use tui_disassemble to obtain the real
        (tuiSetDisassemContent): Use tui_disassemble to obtain the real
        content and format it in the window.
        content and format it in the window.
        (tuiShowDisassemAndUpdateSource): Remove unused locals.
        (tuiShowDisassemAndUpdateSource): Remove unused locals.
        (tuiVerticalDisassemScroll): Use tui_find_disassembly_address to
        (tuiVerticalDisassemScroll): Use tui_find_disassembly_address to
        obtain the address to disassemble for the scrolling.
        obtain the address to disassemble for the scrolling.
        * tuiDisassem.h (tuiGetBeginAsmAddress): Update.
        * tuiDisassem.h (tuiGetBeginAsmAddress): Update.
        * tuiSourceWin.c (tuiUpdateSourceWindowAsIs): Don't pass symtab.
        * tuiSourceWin.c (tuiUpdateSourceWindowAsIs): Don't pass symtab.
2002-08-28  Stephane Carrez  
2002-08-28  Stephane Carrez  
        * tuiIO.c (CTRL_CHAR): Redefine and use readline 4.3 definition.
        * tuiIO.c (CTRL_CHAR): Redefine and use readline 4.3 definition.
2002-08-26  Stephane Carrez  
2002-08-26  Stephane Carrez  
        Fix PR gdb/393:
        Fix PR gdb/393:
        * tui.c (tui_disable): Update gdb's knowledge of its terminal
        * tui.c (tui_disable): Update gdb's knowledge of its terminal
        using target_terminal_save_ours.
        using target_terminal_save_ours.
        (tui_enable): Likewise.
        (tui_enable): Likewise.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tui.c (tui_rl_switch_mode): Renames tui_switch_mode.
        * tui.c (tui_rl_switch_mode): Renames tui_switch_mode.
        (tui_rl_change_windows): Renames tui_change_windows.
        (tui_rl_change_windows): Renames tui_change_windows.
        (tui_rl_delete_other_windows): Renames tui_delete_other_windows.
        (tui_rl_delete_other_windows): Renames tui_delete_other_windows.
        (tui_initialize_readline): Update.
        (tui_initialize_readline): Update.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiDisassem.c (tuiSetDisassemContent): Use breakpoint_here_p.
        * tuiDisassem.c (tuiSetDisassemContent): Use breakpoint_here_p.
        (_hasBreak): Remove.
        (_hasBreak): Remove.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiDisassem.c (tuiGetBeginAsmAddress): Use lookup_minimal_symbol
        * tuiDisassem.c (tuiGetBeginAsmAddress): Use lookup_minimal_symbol
        to find symbol address.
        to find symbol address.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiSourceWin.c (tui_display_main): Rename from tuiDisplayMainFunction
        * tuiSourceWin.c (tui_display_main): Rename from tuiDisplayMainFunction
        and use tuiGetBeginAsmAddress.
        and use tuiGetBeginAsmAddress.
        * tuiSourceWin.h (tui_display_main): Declare.
        * tuiSourceWin.h (tui_display_main): Declare.
        * tui.h (tuiDisplayMainFunction): Remove.
        * tui.h (tuiDisplayMainFunction): Remove.
        * tui-hooks.c (tui_new_objfile_hook): Update.
        * tui-hooks.c (tui_new_objfile_hook): Update.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiSource.h (m_tuiShowSourceAsIs): Remove macro.
        * tuiSource.h (m_tuiShowSourceAsIs): Remove macro.
        (tuiShowSourceAsIs): Don't declare.
        (tuiShowSourceAsIs): Don't declare.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tui-hooks.c (tui_selected_frame_level_changed_hook): Always update
        * tui-hooks.c (tui_selected_frame_level_changed_hook): Always update
        the frame position.
        the frame position.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiStack.c (tuiSetLocatorContent): Remove.
        * tuiStack.c (tuiSetLocatorContent): Remove.
        (tuiUpdateLocatorInfoFromFrame): Remove.
        (tuiUpdateLocatorInfoFromFrame): Remove.
        (tui_set_locator_info): Allocate the content buffer if necessary.
        (tui_set_locator_info): Allocate the content buffer if necessary.
        (tui_set_locator_filename): Call tui_set_locator_info directly.
        (tui_set_locator_filename): Call tui_set_locator_info directly.
        (tuiShowFrameInfo): Likewise and use find_pc_line instead of
        (tuiShowFrameInfo): Likewise and use find_pc_line instead of
        find_pc_symtab.
        find_pc_symtab.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiSourceWin.c (tuiDisplayMainFunction): Update to use
        * tuiSourceWin.c (tuiDisplayMainFunction): Update to use
        tuiUpdateLocatorFilename.
        tuiUpdateLocatorFilename.
        * tuiStack.c (tuiSetLocatorInfo): Make it static.
        * tuiStack.c (tuiSetLocatorInfo): Make it static.
        (tuiSetLocatorContent): Likewise.
        (tuiSetLocatorContent): Likewise.
        (tuiUpdateLocatorInfoFromFrame): Likewise.
        (tuiUpdateLocatorInfoFromFrame): Likewise.
        (tuiSwitchFilename): Remove.
        (tuiSwitchFilename): Remove.
        (tui_set_locator_filename): New function
        (tui_set_locator_filename): New function
        (tui_set_locator_info): Rename from tuiSetLocatorInfo to GNU-ify;
        (tui_set_locator_info): Rename from tuiSetLocatorInfo to GNU-ify;
        use tui_set_locator_filename to record the filename.
        use tui_set_locator_filename to record the filename.
        (tuiUpdateLocatorFilename): Likewise.
        (tuiUpdateLocatorFilename): Likewise.
        (tuiUpdateLocatorInfoFromFrame): Update.
        (tuiUpdateLocatorInfoFromFrame): Update.
        (tuiSetLocatorContent): Likewise.
        (tuiSetLocatorContent): Likewise.
        * tuiStack.h (tuiClearLocatorContent): Don't declare.
        * tuiStack.h (tuiClearLocatorContent): Don't declare.
        (tuiSetLocatorInfo, tuiSetLocatorContent): Likewise.
        (tuiSetLocatorInfo, tuiSetLocatorContent): Likewise.
        (tuiUpdateLocatorInfoFromFrame, tuiSwitchFilename): Likewise.
        (tuiUpdateLocatorInfoFromFrame, tuiSwitchFilename): Likewise.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiSourceWin.c (tuiSetHasBreakAt): Use filename for breakpoint
        * tuiSourceWin.c (tuiSetHasBreakAt): Use filename for breakpoint
        comparison; cleanup.
        comparison; cleanup.
        * tuiSource.c (tuiSetSourceContent): Set window title and filename.
        * tuiSource.c (tuiSetSourceContent): Set window title and filename.
        * tuiGeneralWin.c (boxWin): Print optional title on top of window.
        * tuiGeneralWin.c (boxWin): Print optional title on top of window.
        * tuiData.h (TuiSourceInfo): Add filename member.
        * tuiData.h (TuiSourceInfo): Add filename member.
        (TuiGenWinInfo): Add title member.
        (TuiGenWinInfo): Add title member.
        * tuiData.c (initGenericPart): Clear title.
        * tuiData.c (initGenericPart): Clear title.
        (freeWindow): Free title and filename; remove unused locals.
        (freeWindow): Free title and filename; remove unused locals.
        (initWinInfo): Clear filename.
        (initWinInfo): Clear filename.
        (tuiDelWindow): Free it; remove unused locals.
        (tuiDelWindow): Free it; remove unused locals.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiStack.h (tuiGetLocatorFilename): Don't declare.
        * tuiStack.h (tuiGetLocatorFilename): Don't declare.
        (tuiUpdateLocatorDisplay): Likewise.
        (tuiUpdateLocatorDisplay): Likewise.
        * tuiStack.c (tuiGetLocatorFilename): Remove.
        * tuiStack.c (tuiGetLocatorFilename): Remove.
        (tuiShowFrameInfo): Use tuiSetLocatorContent and tuiShowLocatorContent
        (tuiShowFrameInfo): Use tuiSetLocatorContent and tuiShowLocatorContent
        instead of tuiUpdateLocatorDisplay.
        instead of tuiUpdateLocatorDisplay.
        (tuiUpdateLocatorDisplay): Remove.
        (tuiUpdateLocatorDisplay): Remove.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiStack.h (tuiClearLocatorDisplay): Don't declare.
        * tuiStack.h (tuiClearLocatorDisplay): Don't declare.
        * tuiStack.c (tuiClearLocatorDisplay): Remove.
        * tuiStack.c (tuiClearLocatorDisplay): Remove.
        (tuiShowLocatorContent): Use wclrtoeol to clear end of status line.
        (tuiShowLocatorContent): Use wclrtoeol to clear end of status line.
        (tuiUpdateLocatorDisplay): Don't call tuiClearLocatorDisplay.
        (tuiUpdateLocatorDisplay): Don't call tuiClearLocatorDisplay.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiStack.c (tui_get_function_from_frame): Rename from
        * tuiStack.c (tui_get_function_from_frame): Rename from
        _getFuncNameFromFrame; use print_address_symbolic to get symbolic
        _getFuncNameFromFrame; use print_address_symbolic to get symbolic
        name of address.
        name of address.
        (tuiUpdateLocatorInfoFromFrame): Update.
        (tuiUpdateLocatorInfoFromFrame): Update.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiRegs.c (tuiDisplayRegistersFrom): Remove unused locals.
        * tuiRegs.c (tuiDisplayRegistersFrom): Remove unused locals.
        (_tuiRegisterFormat, _tuiSetSpecialRegsContent): Likewise.
        (_tuiRegisterFormat, _tuiSetSpecialRegsContent): Likewise.
        (_tuiSetGeneralAndSpecialRegsContent): Likewise.
        (_tuiSetGeneralAndSpecialRegsContent): Likewise.
        (_tuiSetFloatRegsContent): Likewise.
        (_tuiSetFloatRegsContent): Likewise.
        (_tuiRegisterName): Return a const char*.
        (_tuiRegisterName): Return a const char*.
        * tuiData.h (_TuiDataElement): Use const char* for name.
        * tuiData.h (_TuiDataElement): Use const char* for name.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiSourceWin.h (tuiEraseAllSourceContent): Don't declare.
        * tuiSourceWin.h (tuiEraseAllSourceContent): Don't declare.
        (tuiShowAllExecInfosContent): Likewise.
        (tuiShowAllExecInfosContent): Likewise.
        * tuiSourceWin.c (tuiEraseAllSourceContent): Remove.
        * tuiSourceWin.c (tuiEraseAllSourceContent): Remove.
        (tuiShowAllExecInfosContent): Remove.
        (tuiShowAllExecInfosContent): Remove.
        (tuiAllocSourceBuffer): Remove unused locals.
        (tuiAllocSourceBuffer): Remove unused locals.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiStack.c (tui_update_command): Rename _tuiUpdateLocation_command
        * tuiStack.c (tui_update_command): Rename _tuiUpdateLocation_command
        to follow other gdb's command names; use execute_command; cleanup.
        to follow other gdb's command names; use execute_command; cleanup.
        (_initialize_tuiStack): Update.
        (_initialize_tuiStack): Update.
2002-08-25  Stephane Carrez  
2002-08-25  Stephane Carrez  
        * tuiWin.h (tui_update_gdb_sizes): Declare.
        * tuiWin.h (tui_update_gdb_sizes): Declare.
2002-08-24  Stephane Carrez  
2002-08-24  Stephane Carrez  
        * tui.c (strcat_to_buf): Use const char* for source item.
        * tui.c (strcat_to_buf): Use const char* for source item.
        (tui_enable): Update the windows if there is a selected frame.
        (tui_enable): Update the windows if there is a selected frame.
        * tui.h (strcat_to_buf): Update prototype.
        * tui.h (strcat_to_buf): Update prototype.
        (strcat_to_buf_with_fmt): Remove.
        (strcat_to_buf_with_fmt): Remove.
2002-08-24  Stephane Carrez  
2002-08-24  Stephane Carrez  
        * tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what
        * tuiWin.c (tui_update_gdb_sizes): New function to tell gdb what
        is the size of command window.
        is the size of command window.
        (tuiResizeAll): Call it instead of init_page_info.
        (tuiResizeAll): Call it instead of init_page_info.
        * tui.c (tui_enable): Call it to resize to TUI command window.
        * tui.c (tui_enable): Call it to resize to TUI command window.
        (tui_disable): Likewise for plain screen.
        (tui_disable): Likewise for plain screen.
2002-08-24  Stephane Carrez  
2002-08-24  Stephane Carrez  
        * tui.c (tui_enable): Use tuiSetLayout instead of showLayout and
        * tui.c (tui_enable): Use tuiSetLayout instead of showLayout and
        use tuiShowFrameInfo instead of tuiSetLocatorContent.
        use tuiShowFrameInfo instead of tuiSetLocatorContent.
        * tuiLayout.h (showLayout): Remove.
        * tuiLayout.h (showLayout): Remove.
        * tuiLayout.c (_showSourceOrDisassemAndCommand): Remove unused locals.
        * tuiLayout.c (_showSourceOrDisassemAndCommand): Remove unused locals.
        (_showSourceDisassemCommand): Likewise.
        (_showSourceDisassemCommand): Likewise.
        (showLayout): Make it static.
        (showLayout): Make it static.
        (lastLayout): Remove.
        (lastLayout): Remove.
2002-08-24  Stephane Carrez  
2002-08-24  Stephane Carrez  
        * tuiSourceWin.c (tui_show_source_line): New function.
        * tuiSourceWin.c (tui_show_source_line): New function.
        (tuiShowSourceContent): Call it and avoid clearing the window before
        (tuiShowSourceContent): Call it and avoid clearing the window before
        redrawing it.
        redrawing it.
        (tuiClearAllSourceWinsContent): Remove.
        (tuiClearAllSourceWinsContent): Remove.
        * tuiSourceWin.h (tuiClearAllSourceWinsContent): Don't declare.
        * tuiSourceWin.h (tuiClearAllSourceWinsContent): Don't declare.
        * tuiWin.h (tuiClearWinFocus, tuiClearWinFocusFrom): Don't declare.
        * tuiWin.h (tuiClearWinFocus, tuiClearWinFocusFrom): Don't declare.
        * tuiWin.c (tuiClearWinFocus, tuiClearWinFocusFrom): Remove.
        * tuiWin.c (tuiClearWinFocus, tuiClearWinFocusFrom): Remove.
        (tuiRefreshAll): Don't clear the window.
        (tuiRefreshAll): Don't clear the window.
        (_makeVisibleWithNewHeight): Don't clear locator line.
        (_makeVisibleWithNewHeight): Don't clear locator line.
        (tuiResizeAll): Remove unused locals.
        (tuiResizeAll): Remove unused locals.
        (_tuiAdjustWinHeights): Likewise.
        (_tuiAdjustWinHeights): Likewise.
        (_makeInvisibleAndSetNewHeight): Likewise.
        (_makeInvisibleAndSetNewHeight): Likewise.
        (_newHeightOk): Likewise.
        (_newHeightOk): Likewise.
        * tuiLayout.c (showLayout): Don't clear source windows.
        * tuiLayout.c (showLayout): Don't clear source windows.
        (tuiSetLayout): Don't clear the window.
        (tuiSetLayout): Don't clear the window.
        (_initAndMakeWin): Likewise for status line.
        (_initAndMakeWin): Likewise for status line.
        * tuiGeneralWin.c (makeVisible): Don't clear or refresh the window.
        * tuiGeneralWin.c (makeVisible): Don't clear or refresh the window.
        (makeWindow): Likewise.
        (makeWindow): Likewise.
        (tuiClearWin): Remove.
        (tuiClearWin): Remove.
        * tuiGeneralWin.h (tuiClearWin): Don't declare.
        * tuiGeneralWin.h (tuiClearWin): Don't declare.
2002-08-24  Stephane Carrez  
2002-08-24  Stephane Carrez  
        * tuiSourceWin.c (tuiSrcWinIsDisplayed): Remove.
        * tuiSourceWin.c (tuiSrcWinIsDisplayed): Remove.
        (tuiAsmWinIsDisplayed): Remove.
        (tuiAsmWinIsDisplayed): Remove.
        (tuiShowAllSourceWinsContent): Remove.
        (tuiShowAllSourceWinsContent): Remove.
        (tuiUpdateOnEnd): Remove.
        (tuiUpdateOnEnd): Remove.
        * tuiGeneralWin.c (scrollWinForward): Remove.
        * tuiGeneralWin.c (scrollWinForward): Remove.
        (scrollWinBackward): Remove.
        (scrollWinBackward): Remove.
        (_winResize): Don't declare.
        (_winResize): Don't declare.
        * tui.h (tuiUpdateOnEnd): Don't declare.
        * tui.h (tuiUpdateOnEnd): Don't declare.
        (vcatch_errors, va_catch_errors): Likewise.
        (vcatch_errors, va_catch_errors): Likewise.
        * tuiSourceWin.h (tuiUpdateOnEnd): Likewise.
        * tuiSourceWin.h (tuiUpdateOnEnd): Likewise.
        (tuiShowAllSourceWinsContent): Likewise.
        (tuiShowAllSourceWinsContent): Likewise.
        * tuiGeneralWin.h (scrollWinForward): Likewise.
        * tuiGeneralWin.h (scrollWinForward): Likewise.
        (scrollWinBackward): Likewise.
        (scrollWinBackward): Likewise.
2002-08-24  Stephane Carrez  
2002-08-24  Stephane Carrez  
        * tuiRegs.c (_tuiRegisterFormat): Use gdbarch_print_registers_info.
        * tuiRegs.c (_tuiRegisterFormat): Use gdbarch_print_registers_info.
2002-08-18  Daniel Jacobowitz  
2002-08-18  Daniel Jacobowitz  
        Fix PR gdb/655
        Fix PR gdb/655
        * tui.c: Disable  include.
        * tui.c: Disable  include.
2002-03-15  Andrew Cagney  
2002-03-15  Andrew Cagney  
        * tui-out.c (XMALLOC): Delete macro.  Update copyright.
        * tui-out.c (XMALLOC): Delete macro.  Update copyright.
2002-03-01  Andrew Cagney  
2002-03-01  Andrew Cagney  
        * tui-hooks.c: Add FIXME to explain true/false problem.  Update
        * tui-hooks.c: Add FIXME to explain true/false problem.  Update
        copyright.
        copyright.
        * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c: Ditto.
        * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c: Ditto.
        * tuiDisassem.c, tuiGeneralWin.c, tuiIO.c, tuiLayout.c: Ditto.
        * tuiDisassem.c, tuiGeneralWin.c, tuiIO.c, tuiLayout.c: Ditto.
        * tuiRegs.c, tuiSource.c, tuiSourceWin.c, tuiStack.c: Ditto.
        * tuiRegs.c, tuiSource.c, tuiSourceWin.c, tuiStack.c: Ditto.
        * tuiWin.c: Ditto.
        * tuiWin.c: Ditto.
        2002-02-08  Daniel Jacobowitz  
        2002-02-08  Daniel Jacobowitz  
        * tui-hooks.c: Include  before "bfd.h".
        * tui-hooks.c: Include  before "bfd.h".
        * tui.c: Likewise.
        * tui.c: Likewise.
        * tuiCommand.c: Likewise.
        * tuiCommand.c: Likewise.
        * tuiData.c: Likewise.
        * tuiData.c: Likewise.
        * tuiDataWin.c: Likewise.
        * tuiDataWin.c: Likewise.
        * tuiDisassem.c: Likewise.
        * tuiDisassem.c: Likewise.
        * tuiGeneralWin.c: Likewise.
        * tuiGeneralWin.c: Likewise.
        * tuiIO.c: Likewise.
        * tuiIO.c: Likewise.
        * tuiLayout.c: Likewise.
        * tuiLayout.c: Likewise.
        * tuiRegs.c: Likewise.
        * tuiRegs.c: Likewise.
        * tuiSource.c: Likewise.
        * tuiSource.c: Likewise.
        * tuiSourceWin.c: Likewise.
        * tuiSourceWin.c: Likewise.
        * tuiStack.c: Likewise.
        * tuiStack.c: Likewise.
        * tuiWin.c: Likewise.
        * tuiWin.c: Likewise.
2002-02-01  Andrew Cagney  
2002-02-01  Andrew Cagney  
        * tuiWin.c (_initialize_tuiWin): Replace NO_FUNCTION with NULL.
        * tuiWin.c (_initialize_tuiWin): Replace NO_FUNCTION with NULL.
2001-10-20  Andrew Cagney  
2001-10-20  Andrew Cagney  
        * tuiDisassem.c: Include "value.h".
        * tuiDisassem.c: Include "value.h".
        * tuiSourceWin.c: Ditto.
        * tuiSourceWin.c: Ditto.
2001-09-28  Tom Tromey  
2001-09-28  Tom Tromey  
        * tuiLayout.h (tui_set_layout): Don't declare.
        * tuiLayout.h (tui_set_layout): Don't declare.
        * tui.h (tui_vAddWinToLayout): Don't declare.
        * tui.h (tui_vAddWinToLayout): Don't declare.
        (tui_vSetLayoutTo): Likewise.
        (tui_vSetLayoutTo): Likewise.
        (tui_set_layout): Declare.
        (tui_set_layout): Declare.
2001-08-02  Eli Zaretskii  
2001-08-02  Eli Zaretskii  
        * tuiSourceWin.c: Use disp_del instead of del.
        * tuiSourceWin.c: Use disp_del instead of del.
        * tuiSource.c: Use disp_del instead of del.
        * tuiSource.c: Use disp_del instead of del.
        * tuiDisassem.c: Use disp_del instead of del.
        * tuiDisassem.c: Use disp_del instead of del.
2001-07-31  Stephane Carrez  
2001-07-31  Stephane Carrez  
        * tui.c (tui_enable): Remove call to terminal_save_ours().
        * tui.c (tui_enable): Remove call to terminal_save_ours().
        (tui_disable): Likewise.
        (tui_disable): Likewise.
2001-07-28  Stephane Carrez  
2001-07-28  Stephane Carrez  
        * tuiWin.c (_initialize_tuiWin): Use specific tui prefix for
        * tuiWin.c (_initialize_tuiWin): Use specific tui prefix for
        set/show configuration variables.
        set/show configuration variables.
        (show_tui_cmd): New function.
        (show_tui_cmd): New function.
        (set_tui_cmd): New function.
        (set_tui_cmd): New function.
2001-07-24  Stephane Carrez  
2001-07-24  Stephane Carrez  
        * tui-hooks.c: New file, gdb hooks for tui.
        * tui-hooks.c: New file, gdb hooks for tui.
        * tui-out.c: New file, image copied from cli-out.c.
        * tui-out.c: New file, image copied from cli-out.c.
        (tui_field_int): Identify "line" fields and keep track of them.
        (tui_field_int): Identify "line" fields and keep track of them.
        (tui_field_string): Likewise for "file".
        (tui_field_string): Likewise for "file".
        (tui_out_new): Use flags = 0 to avoid printing the sources.
        (tui_out_new): Use flags = 0 to avoid printing the sources.
2001-07-23  Stephane Carrez  
2001-07-23  Stephane Carrez  
        * tuiIO.c (tui_cont_sig): Update cursor position on the screen to
        * tuiIO.c (tui_cont_sig): Update cursor position on the screen to
        leave it in the command window.
        leave it in the command window.
        (tui_redisplay_readline): Save cursor position to restore the
        (tui_redisplay_readline): Save cursor position to restore the
        cursor after we go back from background.
        cursor after we go back from background.
        * tuiData.h (TuiCommandInfo): Add start_line member.
        * tuiData.h (TuiCommandInfo): Add start_line member.
2001-07-23  Stephane Carrez  
2001-07-23  Stephane Carrez  
        * tuiStack.c (tuiUpdateLocatorFilename): Use const char*.
        * tuiStack.c (tuiUpdateLocatorFilename): Use const char*.
        * tuiStack.h (tuiUpdateLocatorFilename): Update prototype.
        * tuiStack.h (tuiUpdateLocatorFilename): Update prototype.
        * tuiWin.c (_initialize_tuiWin): Don't cast table of enum in calls
        * tuiWin.c (_initialize_tuiWin): Don't cast table of enum in calls
        to add_set_enum_cmd.
        to add_set_enum_cmd.
        * tui.c (tui_show_source): New function.
        * tui.c (tui_show_source): New function.
        (tuiGetLowDisassemblyAddress): Use CORE_ADDR for newLow.
        (tuiGetLowDisassemblyAddress): Use CORE_ADDR for newLow.
        (tui_switch_mode): Prep or deprep readline terminal;
        (tui_switch_mode): Prep or deprep readline terminal;
        make sure the \n we return does not redo the last command.
        make sure the \n we return does not redo the last command.
        * tui.h (tui_show_source): Declare.
        * tui.h (tui_show_source): Declare.
        (tui_out_new, tui_install_hooks, tui_remove_hooks): Likewise.
        (tui_out_new, tui_install_hooks, tui_remove_hooks): Likewise.
        (tui_active, tui_initialize_io, tui_initialize_readline): Likewise.
        (tui_active, tui_initialize_io, tui_initialize_readline): Likewise.
2001-07-22  Stephane Carrez  
2001-07-22  Stephane Carrez  
        * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler
        * tuiIO.c (tui_initialize_io): Install tui_cont_sig signal handler
        if SIGCONT is defined.
        if SIGCONT is defined.
        (tui_cont_sig): New function when SIGCONT is defined.
        (tui_cont_sig): New function when SIGCONT is defined.
        (tui_setup_io): Save tty setting to restore by SIGCONT.
        (tui_setup_io): Save tty setting to restore by SIGCONT.
2001-07-22  Stephane Carrez  
2001-07-22  Stephane Carrez  
        * tui.h (tui_show_assembly): Declare.
        * tui.h (tui_show_assembly): Declare.
        (tui_is_window_visible): Declare.
        (tui_is_window_visible): Declare.
        * tui.c (tui_show_assembly): New function.
        * tui.c (tui_show_assembly): New function.
        (tui_is_window_visible): New function.
        (tui_is_window_visible): New function.
        (tui_get_command_dimension): New function.
        (tui_get_command_dimension): New function.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiWin.c (tuiRefreshAll): Use clearok to force a refresh.
        * tuiWin.c (tuiRefreshAll): Use clearok to force a refresh.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tui-file.c (tui_file_fputs): Use tui_puts.
        * tui-file.c (tui_file_fputs): Use tui_puts.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiStack.c (tuiSetLocatorInfo): Cleanup.
        * tuiStack.c (tuiSetLocatorInfo): Cleanup.
        * tuiStack.h (tuiGetLocatorFilename): Declare.
        * tuiStack.h (tuiGetLocatorFilename): Declare.
        * tuiRegs.h (tuiFirstRegElementNoInLine): Declare.
        * tuiRegs.h (tuiFirstRegElementNoInLine): Declare.
        * tuiData.h (addToSourceWindows): Declare.
        * tuiData.h (addToSourceWindows): Declare.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tui.c (tui_change_windows): New function.
        * tui.c (tui_change_windows): New function.
        (tui_delete_other_windows): New function.
        (tui_delete_other_windows): New function.
        (tui_initialize_readline): Bind them to C-X 1 and C-X 2.
        (tui_initialize_readline): Bind them to C-X 1 and C-X 2.
        (tui_enable): Enable the keypad; call tui_update_variables.
        (tui_enable): Enable the keypad; call tui_update_variables.
        (strcat_to_buf_with_fmt): Remove.
        (strcat_to_buf_with_fmt): Remove.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tui.h: Remove old declarations, add the new ones.
        * tui.h: Remove old declarations, add the new ones.
        * tui.c (tui_switch_mode): New function.
        * tui.c (tui_switch_mode): New function.
        (tui_initialize_readline): New function.
        (tui_initialize_readline): New function.
        (tui_enable): New function.
        (tui_enable): New function.
        (tui_disable): New function.
        (tui_disable): New function.
        (tuiGetLowDisassemblyAddress): Use CORE_ADDR, cleanup.
        (tuiGetLowDisassemblyAddress): Use CORE_ADDR, cleanup.
        (tui_vSelectSourceSymtab): Remove.
        (tui_vSelectSourceSymtab): Remove.
        (tuiInitWindows): Remove.
        (tuiInitWindows): Remove.
        (_initialize_tui): Remove.
        (_initialize_tui): Remove.
        (_tuiReset): Keep but put arround #if 0.
        (_tuiReset): Keep but put arround #if 0.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiIO.h: Remove old declarations and add the new ones.
        * tuiIO.h: Remove old declarations and add the new ones.
        * tuiIO.c: New management for curses and gdb terminal interactions.
        * tuiIO.c: New management for curses and gdb terminal interactions.
        (tui_tputs): Remove.
        (tui_tputs): Remove.
        (tuiTermSetup, tuiTermUnsetup): Remove, must use normal curses ops.
        (tuiTermSetup, tuiTermUnsetup): Remove, must use normal curses ops.
        (tuiBufferGetc, tui_vStartNewLines, _updateCommandInfo): Remove.
        (tuiBufferGetc, tui_vStartNewLines, _updateCommandInfo): Remove.
        (tui_owns_terminal): Remove.
        (tui_owns_terminal): Remove.
        (tui_redisplay_readline): New function.
        (tui_redisplay_readline): New function.
        (tui_puts): New function.
        (tui_puts): New function.
        (tui_prep_terminal): New function.
        (tui_prep_terminal): New function.
        (tui_deprep_terminal): New function.
        (tui_deprep_terminal): New function.
        (tui_getc): Rename of tuiGetc, simplify and fix.
        (tui_getc): Rename of tuiGetc, simplify and fix.
        (tui_setup_io): New function.
        (tui_setup_io): New function.
        (tui_initialize_io): New function.
        (tui_initialize_io): New function.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin.
        * tuiRegs.c (tuiDisplayRegistersFrom): Call touchwin.
        (_tuiRegisterFormat): Reduce size of format result.
        (_tuiRegisterFormat): Reduce size of format result.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiGeneralWin.c (boxWin): Use the tui configuration variables.
        * tuiGeneralWin.c (boxWin): Use the tui configuration variables.
        * tuiWin.h: Declare the new variables.
        * tuiWin.h: Declare the new variables.
        * tuiWin.c (_initialize_tuiWin): Create TUI configuration variables.
        * tuiWin.c (_initialize_tuiWin): Create TUI configuration variables.
        (tui_update_variables): New function.
        (tui_update_variables): New function.
        (translate): New function.
        (translate): New function.
        (tui_border_kind_enums, tui_border_mode_enums): New tables.
        (tui_border_kind_enums, tui_border_mode_enums): New tables.
        (tui_border_mode_translate): New table.
        (tui_border_mode_translate): New table.
        (tui_border_kind_translate_*): New tables.
        (tui_border_kind_translate_*): New tables.
        (tui_active_border_mode): New variables.
        (tui_active_border_mode): New variables.
        (tui_border_*): New variables.
        (tui_border_*): New variables.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable.
        * tuiWin.c (_parseScrollingArgs): Fix uninitialized variable.
        (_makeVisibleWithNewHeight): Use TuiLineOrAddress type.
        (_makeVisibleWithNewHeight): Use TuiLineOrAddress type.
        * tuiStack.c (tuiShowFrameInfo): Use TuiLineOrAddress type.
        * tuiStack.c (tuiShowFrameInfo): Use TuiLineOrAddress type.
        (tui_vUpdateLocatorFilename): Remove.
        (tui_vUpdateLocatorFilename): Remove.
        * tuiStack.h: Update prototypes.
        * tuiStack.h: Update prototypes.
        * tuiSourceWin.c (tuiAddrIsDisplayed): New function.
        * tuiSourceWin.c (tuiAddrIsDisplayed): New function.
        (tuiLineIsDisplayed): Split for address and line.
        (tuiLineIsDisplayed): Split for address and line.
        (tuiUpdateSourceWindow): Use TuiLineOrAddress type.
        (tuiUpdateSourceWindow): Use TuiLineOrAddress type.
        (tuiUpdateSourceWindowAsIs): Likewise.
        (tuiUpdateSourceWindowAsIs): Likewise.
        (tuiUpdateSourceWindowsWithAddr): Likewise.
        (tuiUpdateSourceWindowsWithAddr): Likewise.
        (tuiUpdateSourceWindowsWithLine): Likewise.
        (tuiUpdateSourceWindowsWithLine): Likewise.
        (tuiHorizontalSourceScroll): Likewise.
        (tuiHorizontalSourceScroll): Likewise.
        (tuiSetIsExecPointAt): Likewise.
        (tuiSetIsExecPointAt): Likewise.
        (tuiUpdateOnEnd): Likewise.
        (tuiUpdateOnEnd): Likewise.
        * tuiSourceWin.h: Update prototypes.
        * tuiSourceWin.h: Update prototypes.
        * tuiSource.c (tuiVerticalSourceScroll): Use TuiLineOrAddress type.
        * tuiSource.c (tuiVerticalSourceScroll): Use TuiLineOrAddress type.
        (tuiShowSource): Likewise.
        (tuiShowSource): Likewise.
        (tuiVerticalSourceScroll): Likewise.
        (tuiVerticalSourceScroll): Likewise.
        * tuiSource.h (tuiShowSource): Update prototype.
        * tuiSource.h (tuiShowSource): Update prototype.
        * tuiDisassem.c (tuiSetDisassemContent): Use CORE_ADDR for address.
        * tuiDisassem.c (tuiSetDisassemContent): Use CORE_ADDR for address.
        (tuiShowDisassem): Use TuiLineOrAddress type.
        (tuiShowDisassem): Use TuiLineOrAddress type.
        (tuiShowDisassemAndUpdateSource): Likewise.
        (tuiShowDisassemAndUpdateSource): Likewise.
        (tuiVerticalDisassemScroll): Likewise.
        (tuiVerticalDisassemScroll): Likewise.
        (tuiShowDisassemAsIs): Remove.
        (tuiShowDisassemAsIs): Remove.
        * tuiDisassem.h (tuiSetDisassemContent): Update prototype.
        * tuiDisassem.h (tuiSetDisassemContent): Update prototype.
        * tuiData.c (initWinInfo): Use CORE_ADDR for address.
        * tuiData.c (initWinInfo): Use CORE_ADDR for address.
        (clearWinDetail): Likewise.
        (clearWinDetail): Likewise.
        (displayableWinContentOf): Fix address conversion.
        (displayableWinContentOf): Fix address conversion.
        (tuiNextWin): Fix crash when the window is not yet created.
        (tuiNextWin): Fix crash when the window is not yet created.
        (partialWinByName): Likewise.
        (partialWinByName): Likewise.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiSourceWin.h: Remove unused declarations.
        * tuiSourceWin.h: Remove unused declarations.
        * tuiSourceWin.c (tui_vUpdateSourceWindowsWithAddr): Remove.
        * tuiSourceWin.c (tui_vUpdateSourceWindowsWithAddr): Remove.
        (tui_vUpdateSourceWindowsWithLine): Remove.
        (tui_vUpdateSourceWindowsWithLine): Remove.
        (tui_vAllSetHasBreakAt): Remove.
        (tui_vAllSetHasBreakAt): Remove.
        * tuiLayout.h (tui_set_layout): Declare.
        * tuiLayout.h (tui_set_layout): Declare.
        (tui_vSetLayoutTo): Remove.
        (tui_vSetLayoutTo): Remove.
        (tui_vAddWinToLayout): Remove.
        (tui_vAddWinToLayout): Remove.
        * tuiLayout.c (_tuiLayout_command): Call tui_enable() to force TUI.
        * tuiLayout.c (_tuiLayout_command): Call tui_enable() to force TUI.
        (_tuiToggleLayout_command): Remove.
        (_tuiToggleLayout_command): Remove.
        (_tuiToggleSplitLayout_command): Remove.
        (_tuiToggleSplitLayout_command): Remove.
        (_tuiLayout_command): Remove.
        (_tuiLayout_command): Remove.
        (tui_vSetLayoutTo): Remove.
        (tui_vSetLayoutTo): Remove.
        (tui_vAddWinToLayout): Remove.
        (tui_vAddWinToLayout): Remove.
        * tuiDataWin.h (tui_vCheckDataValues): Remove.
        * tuiDataWin.h (tui_vCheckDataValues): Remove.
        * tuiDataWin.c (tui_vCheckDataValues): Remove.
        * tuiDataWin.c (tui_vCheckDataValues): Remove.
2001-07-20  Stephane Carrez  
2001-07-20  Stephane Carrez  
        * tuiWin.c (tuiStrDup): Remove, replaced by xstrdup.
        * tuiWin.c (tuiStrDup): Remove, replaced by xstrdup.
        (_parseScrollingArgs): Use xstrdup.
        (_parseScrollingArgs): Use xstrdup.
        (_tuiScrollForward_command): Call tui_enable() to force TUI mode.
        (_tuiScrollForward_command): Call tui_enable() to force TUI mode.
        (_tuiScrollBackward_command): Likewise.
        (_tuiScrollBackward_command): Likewise.
        (_tuiScrollLeft_command): Likewise.
        (_tuiScrollLeft_command): Likewise.
        (_tuiScrollRight_command): Likewise.
        (_tuiScrollRight_command): Likewise.
        (_tuiSetFocus): Likewise.
        (_tuiSetFocus): Likewise.
        (_tuiSetFocus_command): Likewise.
        (_tuiSetFocus_command): Likewise.
        (_tuiRefreshAll_command): Likewise.
        (_tuiRefreshAll_command): Likewise.
        (_tuiSetTabWidth_command): Likewise.
        (_tuiSetTabWidth_command): Likewise.
        (_tuiSetWinHeight): Likewise.
        (_tuiSetWinHeight): Likewise.
        (_tuiSetWinHeight_command): Likewise.
        (_tuiSetWinHeight_command): Likewise.
        (_tuiXDBsetWinHeight): Likewise.
        (_tuiXDBsetWinHeight): Likewise.
        (_tui_vSetFocus): Remove.
        (_tui_vSetFocus): Remove.
        (_tui_vSetWinHeight): Remove.
        (_tui_vSetWinHeight): Remove.
        (_tui_vXDBsetWinHeight): Remove.
        (_tui_vXDBsetWinHeight): Remove.
2001-07-21  Stephane Carrez  
2001-07-21  Stephane Carrez  
        * tuiCommand.h: Remove unused declarations.
        * tuiCommand.h: Remove unused declarations.
        * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences.
        * tuiCommand.c (tuiDispatchCtrlChar): Fix escape sequences.
        (tuiIncrCommandCharCountBy): Remove.
        (tuiIncrCommandCharCountBy): Remove.
        (tuiDecrCommandCharCountBy): Remove.
        (tuiDecrCommandCharCountBy): Remove.
        (tuiSetCommandCharCountTo): Remove.
        (tuiSetCommandCharCountTo): Remove.
        (tuiClearCommandCharCount): Remove.
        (tuiClearCommandCharCount): Remove.
2001-07-20  Stephane Carrez  
2001-07-20  Stephane Carrez  
        * tuiWin.c (_initialize_tuiWin): Always define the tui commands;
        * tuiWin.c (_initialize_tuiWin): Always define the tui commands;
        create the tui class help.
        create the tui class help.
        * tuiLayout.c (_initialize_tuiLayout): Always define the tui commands.
        * tuiLayout.c (_initialize_tuiLayout): Always define the tui commands.
        * tuiRegs.c (_initialize_tuiRegs): Likewise.
        * tuiRegs.c (_initialize_tuiRegs): Likewise.
        * tuiStack.c (_initialize_tuiStack): Likewise.
        * tuiStack.c (_initialize_tuiStack): Likewise.
2001-07-19  Stephane Carrez  
2001-07-19  Stephane Carrez  
        * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR.
        * tuiDisassem.c (tuiVerticalDisassemScroll): Use CORE_ADDR.
        (tuiVerticalDisassemScroll): Likewise.
        (tuiVerticalDisassemScroll): Likewise.
        (tuiShowDisassemAndUpdateSource): Check for null symtab to
        (tuiShowDisassemAndUpdateSource): Check for null symtab to
        prevent a crash.
        prevent a crash.
2001-07-18  Stephane Carrez  
2001-07-18  Stephane Carrez  
        * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll.
        * tuiIO.c (_tuiHandleResizeDuringIO): Call tuiRefreshAll.
        (tuiRead, tui_vread): Remove.
        (tuiRead, tui_vread): Remove.
        * tui.c (va_catch_errors, tuiDo, tuiDoAndReturnToTop): Remove.
        * tui.c (va_catch_errors, tuiDo, tuiDoAndReturnToTop): Remove.
        (vcatch_errors, _tui_vDo): Remove.
        (vcatch_errors, _tui_vDo): Remove.
        * tui.h (tuiDo, tuiDoAndReturnToTop): Remove.
        * tui.h (tuiDo, tuiDoAndReturnToTop): Remove.
        * tuiLayout.c (tuiSetLayout): Remove vcatch_errors.
        * tuiLayout.c (tuiSetLayout): Remove vcatch_errors.
        (tui_set_layout): Rename of _tuiSetLayoutTo, public.
        (tui_set_layout): Rename of _tuiSetLayoutTo, public.
        (_tuiToggleLayout_command): Merge with _tui_vToggleLayout_command.
        (_tuiToggleLayout_command): Merge with _tui_vToggleLayout_command.
        (_tuiToggleSplitLayout_command): Merge with _tui_vToggleSplitLayout_command.
        (_tuiToggleSplitLayout_command): Merge with _tui_vToggleSplitLayout_command.
        (_tuiLayout_command): Call tui_set_layout.
        (_tuiLayout_command): Call tui_set_layout.
        * tuiRegs.c (_tuiScrollRegsBackward_command): Call tui_scroll.
        * tuiRegs.c (_tuiScrollRegsBackward_command): Call tui_scroll.
        (_tuiScrollRegsForward_command): Likewise.
        (_tuiScrollRegsForward_command): Likewise.
        (_tuiShowFloat_command): Call _tui_vShowRegisters_commandSupport.
        (_tuiShowFloat_command): Call _tui_vShowRegisters_commandSupport.
        (_tuiShowGeneral_command): Likewise.
        (_tuiShowGeneral_command): Likewise.
        (_tuiShowSpecial_command): Likewise.
        (_tuiShowSpecial_command): Likewise.
        (_tuiToggleFloatRegs_command): Call tuiToggleFloatRegs.
        (_tuiToggleFloatRegs_command): Call tuiToggleFloatRegs.
        * tuiWin.c (tui_scroll): Rename of tui_vScroll, update parameters.
        * tuiWin.c (tui_scroll): Rename of tui_vScroll, update parameters.
        (_tuiScrollForward_command): Call tui_scroll.
        (_tuiScrollForward_command): Call tui_scroll.
        (_tuiScrollBackward_command): Likewise.
        (_tuiScrollBackward_command): Likewise.
        (_tuiScrollLeft_command): Likewise.
        (_tuiScrollLeft_command): Likewise.
        (_tuiScrollRight_command): Likewise.
        (_tuiScrollRight_command): Likewise.
        (_tuiSetFocus_command): Call _tuiSetFocus.
        (_tuiSetFocus_command): Call _tuiSetFocus.
        (_tuiRefreshAll_command): Call tuiRefreshAll.
        (_tuiRefreshAll_command): Call tuiRefreshAll.
        (_tuiSetWinHeight_command): Call _tuiSetWinHeight.
        (_tuiSetWinHeight_command): Call _tuiSetWinHeight.
        (_tuiXDBsetWinHeight_command): Call _tuiXDBsetWinHeight.
        (_tuiXDBsetWinHeight_command): Call _tuiXDBsetWinHeight.
        * tuiWin.h (tui_scroll): Rename of tui_vScroll, update parameters.
        * tuiWin.h (tui_scroll): Rename of tui_vScroll, update parameters.
2001-07-18  Stephane Carrez  
2001-07-18  Stephane Carrez  
        * tuiData.h (TuiLocatorElement): Use CORE_ADDR for address member.
        * tuiData.h (TuiLocatorElement): Use CORE_ADDR for address member.
        (TuiLineOrAddress): Likewise.
        (TuiLineOrAddress): Likewise.
        * tuiDisassem.c (tuiGetBeginAsmAddress): Use CORE_ADDR to specify
        * tuiDisassem.c (tuiGetBeginAsmAddress): Use CORE_ADDR to specify
        an address.
        an address.
        (tuiSetDisassemContent): Likewise.
        (tuiSetDisassemContent): Likewise.
        (tuiShowDisassem, tuiShowDisassemAndUpdateSource): Likewise.
        (tuiShowDisassem, tuiShowDisassemAndUpdateSource): Likewise.
        * tuiLayout.c (_extractDisplayStartAddr): Likewise.
        * tuiLayout.c (_extractDisplayStartAddr): Likewise.
        (tuiSetLayout): Likewise.
        (tuiSetLayout): Likewise.
        * tuiSourceWin.c (tuiDisplayMainFunction): Likewise.
        * tuiSourceWin.c (tuiDisplayMainFunction): Likewise.
        (tuiUpdateSourceWindowsWithAddr): Likewise.
        (tuiUpdateSourceWindowsWithAddr): Likewise.
        (tuiUpdateSourceWindowsWithLine): Likewise.
        (tuiUpdateSourceWindowsWithLine): Likewise.
        (tuiSetHasBreakAt): Likewise.
        (tuiSetHasBreakAt): Likewise.
        * tuiStack.c (tuiSetLocatorInfo): Likewise.
        * tuiStack.c (tuiSetLocatorInfo): Likewise.
        (tuiSwitchFilename): Likewise.
        (tuiSwitchFilename): Likewise.
        (tuiUpdateLocatorInfoFromFrame): Likewise.
        (tuiUpdateLocatorInfoFromFrame): Likewise.
        (tuiSetLocatorContent): Likewise.
        (tuiSetLocatorContent): Likewise.
        (tuiShowFrameInfo): Likewise.
        (tuiShowFrameInfo): Likewise.
        * tuiDisassem.h: Update prototypes to use CORE_ADDR.
        * tuiDisassem.h: Update prototypes to use CORE_ADDR.
        * tuiSourceWin.h: Likewise.
        * tuiSourceWin.h: Likewise.
        * tuiStack.h: Likewise.
        * tuiStack.h: Likewise.
2001-07-17  Stephane Carrez  
2001-07-17  Stephane Carrez  
        * tuiWin.c: Add missing includes.
        * tuiWin.c: Add missing includes.
        (_makeVisibleWithNewHeight): Fix call to find_line_pc.
        (_makeVisibleWithNewHeight): Fix call to find_line_pc.
        * tuiLayout.c: Add missing includes.
        * tuiLayout.c: Add missing includes.
        (_initAndMakeWin): Don't put curses in echo mode.
        (_initAndMakeWin): Don't put curses in echo mode.
        (_extractDisplayStartAddr): Fix calls to find_line_pc.
        (_extractDisplayStartAddr): Fix calls to find_line_pc.
        (_tuiLayout_command): Missing ',' in warning call.
        (_tuiLayout_command): Missing ',' in warning call.
        * tuiSourceWin.c (tuiUpdateSourceWindowsWithLine): Fix calls to
        * tuiSourceWin.c (tuiUpdateSourceWindowsWithLine): Fix calls to
        find_line_pc.
        find_line_pc.
        (tuiSetHasBreakAt): Check for null source file.
        (tuiSetHasBreakAt): Check for null source file.
2001-07-17  Stephane Carrez  
2001-07-17  Stephane Carrez  
        * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
        * tuiWin.c (_tuiSetFocus): Replace subsetCompare with subset_compare.
        * tuiLayout.c (_tuiSetLayoutTo): Likewise.
        * tuiLayout.c (_tuiSetLayoutTo): Likewise.
        * tui.c (_tui_vToggle_command): Likewise.
        * tui.c (_tui_vToggle_command): Likewise.
2001-07-17  Elena Zannoni  
2001-07-17  Elena Zannoni  
        * tui-file.c: Add include of tuiIO.h, for tuiPuts_unfiltered.
        * tui-file.c: Add include of tuiIO.h, for tuiPuts_unfiltered.
2001-07-16  Stephane Carrez  
2001-07-16  Stephane Carrez  
        * tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE in
        * tuiRegs.c (tuiDisplayRegistersFrom): Set scrollok to FALSE in
        each register window.
        each register window.
        (tuiCheckRegisterValues): Use REGISTER_RAW_SIZE to obtain the size
        (tuiCheckRegisterValues): Use REGISTER_RAW_SIZE to obtain the size
        of the register to check.
        of the register to check.
        (_tuiRegValueHasChanged): Likewise.
        (_tuiRegValueHasChanged): Likewise.
        (_tuiRegisterName): Use REGISTER_NAME.
        (_tuiRegisterName): Use REGISTER_NAME.
        (tui_restore_gdbout): New function.
        (tui_restore_gdbout): New function.
        (_tuiRegisterFormat): Use do_registers_info with gdb_stdout redirected
        (_tuiRegisterFormat): Use do_registers_info with gdb_stdout redirected
        to a string.
        to a string.
        (START_SPECIAL_REGS): Define.
        (START_SPECIAL_REGS): Define.
        (_tuiGetRegisterRawValue): Use get_saved_register.
        (_tuiGetRegisterRawValue): Use get_saved_register.
        (_tuiDisplayRegister): Fix clearing of register window.
        (_tuiDisplayRegister): Fix clearing of register window.
2001-07-17  Stephane Carrez  
2001-07-17  Stephane Carrez  
        * tui-file.h (fputs_unfiltered_hook): Remove.
        * tui-file.h (fputs_unfiltered_hook): Remove.
        * tui-file.c (tui_file_flush): Remove fputs_unfiltered_hook.
        * tui-file.c (tui_file_flush): Remove fputs_unfiltered_hook.
        (tui_file_fputs): Likewise; simplify
        (tui_file_fputs): Likewise; simplify
2001-07-16  Stephane Carrez  
2001-07-16  Stephane Carrez  
        * tuiStack.c: Add missing includes.
        * tuiStack.c: Add missing includes.
        (tuiShowFrameInfo): Don't crash when there is no symbol table
        (tuiShowFrameInfo): Don't crash when there is no symbol table
        associated with the pc.
        associated with the pc.
        * tuiSource.c (_hasBreak): Check for null source file.
        * tuiSource.c (_hasBreak): Check for null source file.
        * tuiWin.c (tuiRefreshAll): Check for null winList[type].
        * tuiWin.c (tuiRefreshAll): Check for null winList[type].
        (_tuiSetFocus): Check for null dataWin.
        (_tuiSetFocus): Check for null dataWin.
        * tuiGeneralWin.c (refreshAll): Check for null list[type].
        * tuiGeneralWin.c (refreshAll): Check for null list[type].
2001-07-16  Stephane Carrez  
2001-07-16  Stephane Carrez  
        * tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_info
        * tuiDisassem.c (tuiSetDisassemContent): Use tm_print_insn_info
        to disassemble in the curses window.
        to disassemble in the curses window.
2001-07-16  Stephane Carrez  
2001-07-16  Stephane Carrez  
        * tui.h: Cleanup to avoid inclusion of curses includes.
        * tui.h: Cleanup to avoid inclusion of curses includes.
        (TuiGenWinInfo, TuiGenWinInfoPtr): Move from here.
        (TuiGenWinInfo, TuiGenWinInfoPtr): Move from here.
        * tuiData.h: To here; include curses includes here.
        * tuiData.h: To here; include curses includes here.
        (setTermHeightTo): Rename of setTermHeight to follow reality.
        (setTermHeightTo): Rename of setTermHeight to follow reality.
        (setTermWidthTo): Likewise with setTermWidth.
        (setTermWidthTo): Likewise with setTermWidth.
2001-07-14  Stephane Carrez  
2001-07-14  Stephane Carrez  
        * tuiWin.c, tui.c, tuiCommand.c: Use ansi prototype.
        * tuiWin.c, tui.c, tuiCommand.c: Use ansi prototype.
        tuiIO.c, tuiData.c: Likewise.
        tuiIO.c, tuiData.c: Likewise.
        tuiDataWin.c, tuiDisassem.c: Likewise.
        tuiDataWin.c, tuiDisassem.c: Likewise.
        tuiGeneralWin.c, tuiLayout.c: Likewise.
        tuiGeneralWin.c, tuiLayout.c: Likewise.
        tuiRegs.c, tuiSource.c: Likewise.
        tuiRegs.c, tuiSource.c: Likewise.
        tuiSouceWin.c, tuiStack.c: Likewise.
        tuiSouceWin.c, tuiStack.c: Likewise.
2001-07-14  Stephane Carrez  
2001-07-14  Stephane Carrez  
        * tuiWin.c, tuiWin.h, tui.c, tui.h, tuiCommand.c: Add FSF copyright.
        * tuiWin.c, tuiWin.h, tui.c, tui.h, tuiCommand.c: Add FSF copyright.
        tuiCommand.h, tuiIO.c, tuiIO.h, tuiData.h, tuiData.c: Likewise.
        tuiCommand.h, tuiIO.c, tuiIO.h, tuiData.h, tuiData.c: Likewise.
        tuiDataWin.c, tuiDataWin.h, tuiDisassem.c, tuiDisassem.h: Likewise.
        tuiDataWin.c, tuiDataWin.h, tuiDisassem.c, tuiDisassem.h: Likewise.
        tuiGeneralWin.c, tuiGeneralWin.h, tuiLayout.c, tuiLayout.h: Likewise.
        tuiGeneralWin.c, tuiGeneralWin.h, tuiLayout.c, tuiLayout.h: Likewise.
        tuiRegs.c, tuiRegs.h, tuiSource.c, tuiSource.h: Likewise.
        tuiRegs.c, tuiRegs.h, tuiSource.c, tuiSource.h: Likewise.
        tuiSouceWin.c, tuiSourceWin.h, tuiStack.c, tuiStack.h: Likewise.
        tuiSouceWin.c, tuiSourceWin.h, tuiStack.c, tuiStack.h: Likewise.
2001-03-08  Andrew Cagney  
2001-03-08  Andrew Cagney  
        * tuiRegs.c: Use NUM_REGS, not ARCH_NUM_REGS.
        * tuiRegs.c: Use NUM_REGS, not ARCH_NUM_REGS.
2001-03-06  Kevin Buettner  
2001-03-06  Kevin Buettner  
        * tui-file.h: Update/correct copyright notice.
        * tui-file.h: Update/correct copyright notice.
Wed Feb  7 19:54:27 2001  Andrew Cagney  
Wed Feb  7 19:54:27 2001  Andrew Cagney  
        * tui-file.c: Add __FILE__ and __LINE__ parameter to calls to
        * tui-file.c: Add __FILE__ and __LINE__ parameter to calls to
        internal_error.
        internal_error.
2000-12-14  Kevin Buettner  
2000-12-14  Kevin Buettner  
        * tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrences
        * tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrences
        of free() with xfree().
        of free() with xfree().
2000-06-22  Kevin Buettner  
2000-06-22  Kevin Buettner  
        * tuiSourceWin.h: Eliminate use of PARAMS from this file.
        * tuiSourceWin.h: Eliminate use of PARAMS from this file.
2000-06-20  Kevin Buettner  
2000-06-20  Kevin Buettner  
        * tuiLayout.c: Eliminate use of PARAMS from this file.
        * tuiLayout.c: Eliminate use of PARAMS from this file.
2000-06-17  Kevin Buettner  
2000-06-17  Kevin Buettner  
        * tuiIO.c: Eliminate use of PARAMS from this file.
        * tuiIO.c: Eliminate use of PARAMS from this file.
Thu May 25 14:46:20 2000  Andrew Cagney  
Thu May 25 14:46:20 2000  Andrew Cagney  
        * tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and
        * tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and
        "tuiCommand.h".
        "tuiCommand.h".
        (tui_file_fputs): Pass ``file'' and not ``stream'' to
        (tui_file_fputs): Pass ``file'' and not ``stream'' to
        tui_file_adjust_strbuf.
        tui_file_adjust_strbuf.
Thu May 25 16:58:01 2000  Andrew Cagney  
Thu May 25 16:58:01 2000  Andrew Cagney  
        * tui.h: Include  when available.
        * tui.h: Include  when available.
        * tui.c, tuiGeneralWin.c: Do not include .
        * tui.c, tuiGeneralWin.c: Do not include .
Mon May 15 17:16:10 2000  Andrew Cagney  
Mon May 15 17:16:10 2000  Andrew Cagney  
        * Makefile.in: Delete.
        * Makefile.in: Delete.
Tue Apr 18 15:32:15 2000  Andrew Cagney  
Tue Apr 18 15:32:15 2000  Andrew Cagney  
        * Makefile.in (distclean, maintainer-clean, realclean,
        * Makefile.in (distclean, maintainer-clean, realclean,
        mostlyclean): New targets.
        mostlyclean): New targets.
Tue Feb  1 00:17:12 2000  Andrew Cagney  
Tue Feb  1 00:17:12 2000  Andrew Cagney  
        * tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h,
        * tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h,
        tuiRegs.c: Update to reflect rename of gdb-file / GDB_FILE to
        tuiRegs.c: Update to reflect rename of gdb-file / GDB_FILE to
        ui-file / ``struct ui_file''.
        ui-file / ``struct ui_file''.
Mon Jan 31 18:12:43 2000  Andrew Cagney  
Mon Jan 31 18:12:43 2000  Andrew Cagney  
        * tui-file.c (enum streamtype, struct tui_stream, tui_file_new,
        * tui-file.c (enum streamtype, struct tui_stream, tui_file_new,
        tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
        tui_file_delete, tui_fileopen, tui_sfileopen, tui_file_isatty,
        tui_file_rewind, tui_file_put, tui_file_fputs,
        tui_file_rewind, tui_file_put, tui_file_fputs,
        tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
        tui_file_get_strbuf, tui_file_adjust_strbuf, tui_file_flush,
        fputs_unfiltered_hook): Move to here from ../utils.c
        fputs_unfiltered_hook): Move to here from ../utils.c
        * tui-file.h, tui-file.c: New files.
        * tui-file.h, tui-file.c: New files.
Mon Nov  8 17:47:37 1999  Andrew Cagney  
Mon Nov  8 17:47:37 1999  Andrew Cagney  
        * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
        * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
        (tuiSetDisassemContent): Replace gdb_file_init_astring with
        (tuiSetDisassemContent): Replace gdb_file_init_astring with
        tui_sfileopen.  Replace gdb_file_get_strbuf with
        tui_sfileopen.  Replace gdb_file_get_strbuf with
        tui_file_get_strbuf.
        tui_file_get_strbuf.
Mon Nov  8 16:54:51 1999  Andrew Cagney  
Mon Nov  8 16:54:51 1999  Andrew Cagney  
        * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
        * tuiRegs.c (_tuiRegisterFormat), tuiDisassem.c
        (tuiSetDisassemContent): Repace gdb_file_deallocate with
        (tuiSetDisassemContent): Repace gdb_file_deallocate with
        gdb_file_delete. Replace gdb_file_init_astring with tui_sfileopen.
        gdb_file_delete. Replace gdb_file_init_astring with tui_sfileopen.
Fri Sep 17 19:34:38 1999  Andrew Cagney  
Fri Sep 17 19:34:38 1999  Andrew Cagney  
        * tuiSource.c: Include "source.h".
        * tuiSource.c: Include "source.h".
        (open_source_file, find_source_lines): Delete declarations.
        (open_source_file, find_source_lines): Delete declarations.
1999-01-26  Jason Molenda  (jsm@bugshack.cygnus.com)
1999-01-26  Jason Molenda  (jsm@bugshack.cygnus.com)
        * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
        * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
        system.
        system.
Thu Dec 31 12:08:32 1998  David Taylor  
Thu Dec 31 12:08:32 1998  David Taylor  
        The following changes were made by Jim Blandy ,
        The following changes were made by Jim Blandy ,
        Edith Epstein , Elena Zannoni
        Edith Epstein , Elena Zannoni
         Stan Shebs , and David
         Stan Shebs , and David
        Taylor , as part of the project to merge in
        Taylor , as part of the project to merge in
        changes originally made by HP; HP did not create ChangeLog
        changes originally made by HP; HP did not create ChangeLog
        entries.
        entries.
        * Makefile.in: New file; we're merging HP's changes into GDB, and
        * Makefile.in: New file; we're merging HP's changes into GDB, and
        we've moved the TUI files into a subdirectory, so we need a new
        we've moved the TUI files into a subdirectory, so we need a new
        Makefile.
        Makefile.
        * tui.c:
        * tui.c:
        #include , if we have it, to get declarations for
        #include , if we have it, to get declarations for
        the termcap functions on Solaris.
        the termcap functions on Solaris.
        (tgoto): Add external K&R declaration for this; Solaris doesn't
        (tgoto): Add external K&R declaration for this; Solaris doesn't
        bother to actually declare it in their header files.
        bother to actually declare it in their header files.
        (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
        (_tuiReset): Ignore the #definition of TIOCGETC if USG is defined;
        we'd rather use the USG mechanisms than the Berkeley mechanisms
        we'd rather use the USG mechanisms than the Berkeley mechanisms
        (TIOCGETC is one of the Berkeley terminal control ioctls).
        (TIOCGETC is one of the Berkeley terminal control ioctls).
        Apologies if this causes trouble later; this should all be handled
        Apologies if this causes trouble later; this should all be handled
        by autoconf...
        by autoconf...
        (strcat_to_buf, strcat_to_buf_with_fmt): New functions, moved here
        (strcat_to_buf, strcat_to_buf_with_fmt): New functions, moved here
        from ../utils.h.
        from ../utils.h.
        (tuiFree): replace safe_free with free.
        (tuiFree): replace safe_free with free.
        (strcat_to_buf): new function, copied from utils.c.
        (strcat_to_buf): new function, copied from utils.c.
        (tuiInit): Add ignored `argv0' argument, to match the type that
        (tuiInit): Add ignored `argv0' argument, to match the type that
        init_ui_hook expects; updated declaration.  Call the
        init_ui_hook expects; updated declaration.  Call the
        initialize_tui_files function constructed above.  Initialize
        initialize_tui_files function constructed above.  Initialize
        flush_hook to NULL.
        flush_hook to NULL.
        (tuiInitWindows): Call tuiSetLocatorContent, to get the first
        (tuiInitWindows): Call tuiSetLocatorContent, to get the first
        element of the locator window's content allocated.  This seems
        element of the locator window's content allocated.  This seems
        wrong, because it must have been initialized somehow in HP's
        wrong, because it must have been initialized somehow in HP's
        sources, and we should do it the same way now.  But we do get
        sources, and we should do it the same way now.  But we do get
        further before it segfaults.  [Postscript: HP didn't bother to
        further before it segfaults.  [Postscript: HP didn't bother to
        initialize it; they compile
        initialize it; they compile
        (va_catch_errors, vcatch_errors): Functions moved here from
        (va_catch_errors, vcatch_errors): Functions moved here from
        ../utils.c in HP's sources.  They're not used anywhere else.
        ../utils.c in HP's sources.  They're not used anywhere else.
        (xdb_style): Delete this variable, and remove all references to
        (xdb_style): Delete this variable, and remove all references to
        it.  It's always true.
        it.  It's always true.
        (tuiInit, _tui_vDo): References removed.
        (tuiInit, _tui_vDo): References removed.
        * tui.h:  Add prototypes.
        * tui.h:  Add prototypes.
        Don't #include "gendefs.h"; it's only used in the TUI.
        Don't #include "gendefs.h"; it's only used in the TUI.
        Integrate its contents into this file:
        Integrate its contents into this file:
        #include  here.
        #include  here.
        (Opaque, OpaqueFuncPtr): Typedefs moved to here.
        (Opaque, OpaqueFuncPtr): Typedefs moved to here.
        * tuiCommand.c: #include "defs.h", so we get the appropriate
        * tuiCommand.c: #include "defs.h", so we get the appropriate
        definition of GDB_FILE.
        definition of GDB_FILE.
        * tuiData.c
        * tuiData.c
        (freeWindow): replace safe_free with free.
        (freeWindow): replace safe_free with free.
        (tui_version): don't define it here; it's defined in main.c now.
        (tui_version): don't define it here; it's defined in main.c now.
        * tuiDisassem.c
        * tuiDisassem.c
        (tuiSetDisassemContent): Call strcat_address_numeric instead of
        (tuiSetDisassemContent): Call strcat_address_numeric instead of
        strcat_address.  Simplify the control structure. Use predefined
        strcat_address.  Simplify the control structure. Use predefined
        GDB function to print asm inst address.  Use GDB_FILE to collect
        GDB function to print asm inst address.  Use GDB_FILE to collect
        output into buffers.
        output into buffers.
        * tuiIO.c
        * tuiIO.c
        (tgoto): Add external K&R declaration for this here too.
        (tgoto): Add external K&R declaration for this here too.
        (tuiGetc, tuiTermSetup, tuiTermUnsetup): Same.
        (tuiGetc, tuiTermSetup, tuiTermUnsetup): Same.
        (tuiPuts_unfiltered): change FILE to GDB_FILE.
        (tuiPuts_unfiltered): change FILE to GDB_FILE.
        (tui_tputs): fix prototype for 3rd argument.
        (tui_tputs): fix prototype for 3rd argument.
        * tuiIO.h (tuiPuts_unfiltered): change declaration.
        * tuiIO.h (tuiPuts_unfiltered): change declaration.
        * tuiLayout.c
        * tuiLayout.c
        (_tuiSetLayoutTo): for displaying registers, hook up the HP code
        (_tuiSetLayoutTo): for displaying registers, hook up the HP code
        that decides which registers to display (i.e. single precision
        that decides which registers to display (i.e. single precision
        float, double precision float, general, special). Previously,
        float, double precision float, general, special). Previously,
        only handled TUI_GENERAL_REGS. Now that the code is hooked up,
        only handled TUI_GENERAL_REGS. Now that the code is hooked up,
        compiling with -z poses a problem. When the first layout command
        compiling with -z poses a problem. When the first layout command
        is 'layout regs', dataWin->detail is a NULL pointer, and gdb
        is 'layout regs', dataWin->detail is a NULL pointer, and gdb
        core dumps.
        core dumps.
        * tuiLayout.c (_tuiSetLayoutTo): replace safe_free with free.
        * tuiLayout.c (_tuiSetLayoutTo): replace safe_free with free.
        * tuiRegs.c #include "defs.h" earlier, to avoid problems in
        * tuiRegs.c #include "defs.h" earlier, to avoid problems in
        .  No idea exactly what's conflicting with what, but the
        .  No idea exactly what's conflicting with what, but the
        errors went away...
        errors went away...
        (_tuiRegisterFormat): Change so that function creates a GDB_FILE
        (_tuiRegisterFormat): Change so that function creates a GDB_FILE
        object, calls pa_do_strcat_registers_info, copies the register
        object, calls pa_do_strcat_registers_info, copies the register
        info into a buffer, and deallocates the GDB_FILE object.  Remove
        info into a buffer, and deallocates the GDB_FILE object.  Remove
        some code that is not executed.  Also, call to
        some code that is not executed.  Also, call to
        pa_do_strcat_registers_info has an additional parameter,
        pa_do_strcat_registers_info has an additional parameter,
        precision.  This code requires some new per-target functions that
        precision.  This code requires some new per-target functions that
        we don't want to merge.  Dyke it out, with #ifdef
        we don't want to merge.  Dyke it out, with #ifdef
        TUI_EXTENDED_FORMATTERS.
        TUI_EXTENDED_FORMATTERS.
        (_tuiSetSpecialRegsContent): this function was ifdefed out.
        (_tuiSetSpecialRegsContent): this function was ifdefed out.
        Hooked this up.
        Hooked this up.
        (_tuiSetGeneralAndSpecialRegsContent): this function was ifdefed
        (_tuiSetGeneralAndSpecialRegsContent): this function was ifdefed
        out.  Hooked it up.
        out.  Hooked it up.
        (IS_64BIT): Just define this to be zero; we're not merging in the
        (IS_64BIT): Just define this to be zero; we're not merging in the
        64-bit support.
        64-bit support.
        (tuiShowRegisters): Comment out all references to the "special"
        (tuiShowRegisters): Comment out all references to the "special"
        regs; we don't have a distinction between the "special" and
        regs; we don't have a distinction between the "special" and
        "non-special" regs in most of our machine descriptions.  This code
        "non-special" regs in most of our machine descriptions.  This code
        is PA-specific in other ways as well, and needs to be redesigned
        is PA-specific in other ways as well, and needs to be redesigned
        to be portable to other processors.
        to be portable to other processors.
        * tuiWin.c: #include , to get a declaration for
        * tuiWin.c: #include , to get a declaration for
        strchr.
        strchr.
        * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c, tuiDisassem.c,
        * tui.c, tuiCommand.c, tuiData.c, tuiDataWin.c, tuiDisassem.c,
        tuiGeneralWin.c, tuiIO.c, tuiLayout.c, tuiRegs.c, tuiSource.c,
        tuiGeneralWin.c, tuiIO.c, tuiLayout.c, tuiRegs.c, tuiSource.c,
        tuiSourceWin.c, tuiStack.c, tuiWin.c: New files (from HP).  Changed
        tuiSourceWin.c, tuiStack.c, tuiWin.c: New files (from HP).  Changed
        bool to int throughout.  Re-indented, GNU style.
        bool to int throughout.  Re-indented, GNU style.
        * tui.h, tuiCommand.h, tuiData.h, tuiDataWin.h, tuiDisassem.h,
        * tui.h, tuiCommand.h, tuiData.h, tuiDataWin.h, tuiDisassem.h,
        tuiGeneralWin.h, tuiIO.h, tuiLayout.h, tuiRegs.h, tuiSource.h,
        tuiGeneralWin.h, tuiIO.h, tuiLayout.h, tuiRegs.h, tuiSource.h,
        tuiSourceWin.h, tuiStack.h, tuiWin.h: new files (from HP).
        tuiSourceWin.h, tuiStack.h, tuiWin.h: new files (from HP).
        Changed bool to int throughout.
        Changed bool to int throughout.
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.