binutils-gdb/gdb/tui
Pedro Alves 2f267673f0 gdb/tui: Prevent exceptions from trying to cross readline
This is triggered by simply scrolling off the end of the dissasembly
window.  This commit doesn't fix the actual exception that is being
thrown, which will still need to be fixed, but makes sure that we
don't ever throw an exception out to readline.

gdb/ChangeLog:
yyyy-mm-dd  Pedro Alves  <palves@redhat.com>

        PR tui/9765
        * tui/tui-io.c (tui_getc): Rename to ...
        (tui_getc_1): ... this.
        (tui_get): New, reimplent as try/catch wrapper around tui_getc_1.

Change-Id: I2e32a401ab34404b2132ec82a3e1c17b9b723e41
2020-01-24 00:10:33 +00:00
..
ChangeLog-1998-2003
tui-command.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-command.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-data.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-data.h Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-disasm.c GDB: Fix the overflow in addr/line_is_displayed() 2020-01-06 19:47:20 +00:00
tui-disasm.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-file.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-hooks.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-hooks.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-interp.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-io.c gdb/tui: Prevent exceptions from trying to cross readline 2020-01-24 00:10:33 +00:00
tui-io.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-layout.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-layout.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.c Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-out.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-regs.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-regs.h Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-source.c gdb/tui: Link source and assembler scrolling .... again 2020-01-09 23:11:47 +00:00
tui-source.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-stack.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-stack.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-win.c gdb: add back declarations for _initialize functions 2020-01-13 14:01:38 -05:00
tui-win.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui-wingeneral.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-wingeneral.h Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui-winsource.c Make "file" clear TUI source window 2020-01-19 13:08:48 -07:00
tui-winsource.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00
tui.c Remove flickering from the TUI 2020-01-19 13:08:49 -07:00
tui.h Update copyright year range in all GDB files. 2020-01-01 10:20:53 +04:00