This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Fix a couple MI/new-ui bugs (for master and 7.12)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]