Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/4] Some TUI fixes
@ 2016-11-08 18:57 Andreas Arnez
  2016-11-08 18:58 ` [PATCH 1/4] tui-disasm: Fix window content buffer overrun Andreas Arnez
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Andreas Arnez @ 2016-11-08 18:57 UTC (permalink / raw)
  To: gdb-patches

This is a small series for fixing some problems in the TUI logic.  The
first patch fixes a GDB crash, while the other patches make some of the
surrounding logic more consistent and readable.

Andreas Arnez (4):
  tui-disasm: Fix window content buffer overrun
  tui-disasm: Fix line buffer size calculation
  tui-winsource: Allocate for actual lines only
  tui-winsource: Remove failed-allocation logic

 gdb/testsuite/gdb.base/tui-layout.c   | 30 ++++++++++++++++++++++++
 gdb/testsuite/gdb.base/tui-layout.exp | 17 +++++++++++---
 gdb/tui/tui-disasm.c                  | 43 ++++++++++++++++-------------------
 gdb/tui/tui-winsource.c               | 22 ++++--------------
 4 files changed, 69 insertions(+), 43 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/tui-layout.c

-- 
2.5.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-11-09 12:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-08 18:57 [PATCH 0/4] Some TUI fixes Andreas Arnez
2016-11-08 18:58 ` [PATCH 1/4] tui-disasm: Fix window content buffer overrun Andreas Arnez
2016-11-08 19:29   ` Pedro Alves
2016-11-09 12:07     ` Andreas Arnez
2016-11-08 18:59 ` [PATCH 3/4] tui-winsource: Allocate for actual lines only Andreas Arnez
2016-11-08 19:31   ` Pedro Alves
2016-11-08 18:59 ` [PATCH 2/4] tui-disasm: Fix line buffer size calculation Andreas Arnez
2016-11-08 19:30   ` Pedro Alves
2016-11-08 19:00 ` [PATCH 4/4] tui-winsource: Remove failed-allocation logic Andreas Arnez
2016-11-08 19:31   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox