public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed master+7.12 0/2] new-ui command: gdb internal errors if input is already pending
@ 2016-09-06 23:03 Pedro Alves
  2016-09-06 23:03 ` [pushed master+7.12 2/2] " Pedro Alves
  2016-09-06 23:03 ` [pushed master+7.12 1/2] Introduce make_cleanup_restore_current_ui Pedro Alves
  0 siblings, 2 replies; 3+ messages in thread
From: Pedro Alves @ 2016-09-06 23:03 UTC (permalink / raw)
  To: gdb-patches

This series fixes a bug I tripped on while playing with the new-ui
command.  The real fix is in patch #2.  Patch #1 is just a small
cleanup.

I've pushed them both to master and the 7.12 branch.

Pedro Alves (2):
  Introduce make_cleanup_restore_current_ui
  new-ui command: gdb internal errors if input is already pending

 gdb/ChangeLog                                   |  17 ++++
 gdb/testsuite/ChangeLog                         |   9 ++
 gdb/event-top.c                                 |  14 ++-
 gdb/infcall.c                                   |   2 +-
 gdb/infrun.c                                    |   2 +-
 gdb/testsuite/gdb.base/new-ui-pending-input.c   |  26 +++++
 gdb/testsuite/gdb.base/new-ui-pending-input.exp | 123 ++++++++++++++++++++++++
 gdb/testsuite/lib/gdb.exp                       |  22 ++++-
 gdb/top.c                                       |  13 ++-
 gdb/top.h                                       |   4 +-
 10 files changed, 221 insertions(+), 11 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/new-ui-pending-input.c
 create mode 100644 gdb/testsuite/gdb.base/new-ui-pending-input.exp

-- 
2.5.5

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

end of thread, other threads:[~2016-09-06 23:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-06 23:03 [pushed master+7.12 0/2] new-ui command: gdb internal errors if input is already pending Pedro Alves
2016-09-06 23:03 ` [pushed master+7.12 2/2] " Pedro Alves
2016-09-06 23:03 ` [pushed master+7.12 1/2] Introduce make_cleanup_restore_current_ui Pedro Alves

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).