This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] gdb/tui: Assembler window scrolling fixes
- From: Andrew Burgess <andrew dot burgess at embecosm dot com>
- To: gdb-patches at sourceware dot org
- Cc: Shahab Vahedi <shahab at synopsys dot com>, Pedro Alves <palves at redhat dot com>, Tom Tromey <tom at tromey dot com>, Andrew Burgess <andrew dot burgess at embecosm dot com>
- Date: Mon, 13 Jan 2020 20:46:25 +0000
- Subject: [PATCH 0/2] gdb/tui: Assembler window scrolling fixes
- References: <20200110143056.GD3815@gmail.com>
Patch #1 is Pedro's patch to stop exceptions trying to cross readline
which was posted elsewhere in this thread and really should be
included before its lost.
Patch #2 is a reworking of assembler window scrolling that allows it
to handle trying to disassemble invalid memory, and also makes the
whole scrolling experience more robust (I believe).
--
Andrew Burgess (1):
gdb/tui: asm window handles invalid memory and scrolls better
Pedro Alves (1):
gdb/tui: Prevent exceptions from trying to cross readline
gdb/ChangeLog | 12 ++
gdb/testsuite/ChangeLog | 4 +
gdb/testsuite/gdb.tui/tui-layout-asm.exp | 41 ++++++
gdb/tui/tui-disasm.c | 216 +++++++++++++++++++++++--------
gdb/tui/tui-io.c | 31 ++++-
5 files changed, 245 insertions(+), 59 deletions(-)
--
2.14.5