public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH master+7.12 v2 0/3] Emit user selection change notifications on all UIs
@ 2016-09-14 17:46 Simon Marchi
  2016-09-14 17:46 ` [PATCH master+7.12 v2 1/3] Introduce cleanup to restore current_uiout Simon Marchi
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Simon Marchi @ 2016-09-14 17:46 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

Hi all,

This is version 2 of

  https://sourceware.org/ml/gdb-patches/2016-08/msg00311.html

addressing Pedro's comments, for the most part.

The test, now in its separate patch (3/3) has been reworked.  It now checks
properly for absence of output (to check that no event were emitted).  It also
passes with make check-read1 as well.

Simon

Antoine Tremblay (2):
  Emit inferior, thread and frame selection events to all UIs
  Add test for user context selection sync

Simon Marchi (1):
  Introduce cleanup to restore current_uiout

 gdb/NEWS                                           |    4 +
 gdb/cli/cli-decode.c                               |   32 +-
 gdb/cli/cli-decode.h                               |    6 +
 gdb/cli/cli-interp.c                               |   38 +
 gdb/command.h                                      |   16 +
 gdb/defs.h                                         |   16 +
 gdb/doc/gdb.texinfo                                |   33 +-
 gdb/doc/observer.texi                              |    4 +
 gdb/frame.h                                        |    8 +
 gdb/gdbthread.h                                    |    4 +
 gdb/inferior.c                                     |   40 +-
 gdb/inferior.h                                     |    3 +
 gdb/infrun.c                                       |   12 +-
 gdb/mi/mi-cmds.c                                   |    6 +-
 gdb/mi/mi-interp.c                                 |   61 ++
 gdb/mi/mi-main.c                                   |   55 +-
 gdb/mi/mi-main.h                                   |    2 +
 gdb/stack.c                                        |   42 +-
 gdb/testsuite/gdb.mi/mi-pthreads.exp               |    4 +-
 gdb/testsuite/gdb.mi/user-selected-context-sync.c  |   64 ++
 .../gdb.mi/user-selected-context-sync.exp          | 1146 ++++++++++++++++++++
 gdb/thread.c                                       |   86 +-
 gdb/tui/tui-interp.c                               |   33 +
 gdb/ui-out.c                                       |   18 +
 gdb/ui-out.h                                       |    4 +
 25 files changed, 1638 insertions(+), 99 deletions(-)
 create mode 100644 gdb/testsuite/gdb.mi/user-selected-context-sync.c
 create mode 100644 gdb/testsuite/gdb.mi/user-selected-context-sync.exp

-- 
2.9.3

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

end of thread, other threads:[~2016-10-03 21:25 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-14 17:46 [PATCH master+7.12 v2 0/3] Emit user selection change notifications on all UIs Simon Marchi
2016-09-14 17:46 ` [PATCH master+7.12 v2 1/3] Introduce cleanup to restore current_uiout Simon Marchi
2016-09-14 17:56   ` Pedro Alves
2016-09-15  3:24     ` Simon Marchi
2016-09-16 18:18       ` Pedro Alves
     [not found]         ` <0c9914b2-f012-3b59-f127-04e70a7f867a@ericsson.com>
2016-10-03 21:25           ` Simon Marchi
2016-09-14 18:11   ` Tom Tromey
2016-09-14 18:18     ` Simon Marchi
2016-09-14 18:32       ` Pedro Alves
2016-09-14 19:12         ` Tom Tromey
2016-09-15  3:17           ` Simon Marchi
2016-09-14 17:46 ` [PATCH master+7.12 v2 3/3] Add test for user context selection sync Simon Marchi
2016-09-14 19:31   ` Pedro Alves
2016-09-16  2:02     ` Simon Marchi
2016-09-21 16:43       ` Pedro Alves
2016-09-21 21:38         ` Simon Marchi
2016-09-22  1:56           ` Simon Marchi
2016-09-14 17:46 ` [PATCH master+7.12 v2 2/3] Emit inferior, thread and frame selection events to all UIs Simon Marchi
2016-09-14 18:30   ` Pedro Alves
2016-09-15 16:21     ` Simon Marchi
2016-09-16 18:26       ` 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).