[PATCHv3 0/2] Fix GDB prompt corruption issue

Andrew Burgess aburgess@redhat.com
Mon Mar 21 15:58:08 GMT 2022


Now GDB 12 has branched, I'm reposting the final two patches in this
series.

These provide a real fix for the prompt corruption issue reported in
bug PR cli/28833.

All I've done for v3 is rebase onto current master, and retest.

Thanks,
Andrew



---

Andrew Burgess (2):
  readline: back-port changes needed to properly detect EOF
  gdb: handle bracketed-paste-mode and EOF correctly

 gdb/event-top.c                   | 68 +++++++++++++++++++++++++------
 gdb/event-top.h                   |  6 +++
 gdb/top.c                         |  1 +
 readline/readline/callback.c      |  8 +++-
 readline/readline/doc/rltech.texi | 11 +++++
 readline/readline/readline.c      | 19 +++++----
 readline/readline/readline.h      |  8 +++-
 readline/readline/rlprivate.h     |  1 -
 readline/readline/rltty.c         |  4 +-
 9 files changed, 102 insertions(+), 24 deletions(-)

-- 
2.25.4



More information about the Gdb-patches mailing list