[PATCH 0/2] Re-enable stdin in various places

Andrew Burgess andrew.burgess@embecosm.com
Mon Dec 23 01:45:00 GMT 2019


This mailing list post replaces two patches that were on gerrit:

  https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/700
  https://gnutoolchain-gerrit.osci.io/r/c/binutils-gdb/+/701

There's no change here except I rebased and retested on current head.

All feedback welcome.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb: Re-enable stdin for all UIs from start_event_loop
  gdb: Enable stdin on exception in execute_gdb_command

 gdb/ChangeLog                                   |  11 +++
 gdb/event-loop.c                                |   5 +-
 gdb/python/python.c                             |   6 ++
 gdb/testsuite/ChangeLog                         |  10 +++
 gdb/testsuite/gdb.server/multi-ui-errors.c      |  30 +++++++
 gdb/testsuite/gdb.server/multi-ui-errors.exp    | 107 ++++++++++++++++++++++++
 gdb/testsuite/gdb.server/server-kill-python.exp |  81 ++++++++++++++++++
 7 files changed, 249 insertions(+), 1 deletion(-)
 create mode 100644 gdb/testsuite/gdb.server/multi-ui-errors.c
 create mode 100644 gdb/testsuite/gdb.server/multi-ui-errors.exp
 create mode 100644 gdb/testsuite/gdb.server/server-kill-python.exp

-- 
2.14.5



More information about the Gdb-patches mailing list