public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Re-enable stdin in various places
@ 2019-12-23  1:45 Andrew Burgess
  2019-12-23  1:45 ` [PATCH 2/2] gdb: Enable stdin on exception in execute_gdb_command Andrew Burgess
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrew Burgess @ 2019-12-23  1:45 UTC (permalink / raw)
  To: gdb-patches; +Cc: Andrew Burgess

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

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

end of thread, other threads:[~2020-01-22 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-23  1:45 [PATCH 0/2] Re-enable stdin in various places Andrew Burgess
2019-12-23  1:45 ` [PATCH 2/2] gdb: Enable stdin on exception in execute_gdb_command Andrew Burgess
2020-01-22 21:57   ` Pedro Alves
2019-12-23  1:45 ` [PATCH 1/2] gdb: Re-enable stdin for all UIs from start_event_loop Andrew Burgess
2020-01-22 19:26   ` Pedro Alves
2020-01-06 22:13 ` [PATCH 0/2] Re-enable stdin in various places Andrew Burgess

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).