public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix a couple MI/new-ui bugs (for master and 7.12)
@ 2016-08-02 23:21 Pedro Alves
  2016-08-02 23:21 ` [PATCH 1/2] Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-continue, etc.) errors Pedro Alves
  2016-08-02 23:21 ` [PATCH 2/2] Fix PR gdb/20418 - Problems with synchronous commands and new-ui Pedro Alves
  0 siblings, 2 replies; 5+ messages in thread
From: Pedro Alves @ 2016-08-02 23:21 UTC (permalink / raw)
  To: gdb-patches

This series fixes a bug exposed by the new console integration in
Eclipse and a bug discovered in discussions of the former.  I'd like
to put these in 7.12.

Pedro Alves (2):
  Fix PR mi/20431 - Missing MI prompts after sync execution MI command
    (-exec-continue, etc.) errors
  Fix PR gdb/20418 - Problems with synchronous commands and new-ui

 gdb/event-top.c                         |  20 +++++-
 gdb/infrun.c                            |   1 +
 gdb/mi/mi-main.c                        |   7 ++
 gdb/target.c                            |  11 ---
 gdb/target.h                            |  14 ++--
 gdb/testsuite/gdb.mi/mi-cmd-error.exp   |  80 ++++++++++++++++++++++
 gdb/testsuite/gdb.mi/new-ui-mi-sync.c   |  25 +++++++
 gdb/testsuite/gdb.mi/new-ui-mi-sync.exp | 114 ++++++++++++++++++++++++++++++++
 gdb/testsuite/lib/mi-support.exp        |   4 +-
 gdb/top.h                               |   6 ++
 gdb/utils.c                             |  43 +++++++++---
 11 files changed, 295 insertions(+), 30 deletions(-)
 create mode 100644 gdb/testsuite/gdb.mi/mi-cmd-error.exp
 create mode 100644 gdb/testsuite/gdb.mi/new-ui-mi-sync.c
 create mode 100644 gdb/testsuite/gdb.mi/new-ui-mi-sync.exp

-- 
2.5.5

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

end of thread, other threads:[~2016-08-09 22:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-02 23:21 [PATCH 0/2] Fix a couple MI/new-ui bugs (for master and 7.12) Pedro Alves
2016-08-02 23:21 ` [PATCH 1/2] Fix PR mi/20431 - Missing MI prompts after sync execution MI command (-exec-continue, etc.) errors Pedro Alves
2016-08-02 23:21 ` [PATCH 2/2] Fix PR gdb/20418 - Problems with synchronous commands and new-ui Pedro Alves
2016-08-03 16:09   ` Simon Marchi
2016-08-09 22:00     ` 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).