From: Simon Marchi <simon.marchi@ericsson.com>
To: <gdb-patches@sourceware.org>
Cc: Simon Marchi <simon.marchi@ericsson.com>
Subject: [PATCH master+7.12 v2 0/3] Emit user selection change notifications on all UIs
Date: Wed, 14 Sep 2016 17:46:00 -0000 [thread overview]
Message-ID: <20160914174548.5873-1-simon.marchi@ericsson.com> (raw)
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
next reply other threads:[~2016-09-14 17:46 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-14 17:46 Simon Marchi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160914174548.5873-1-simon.marchi@ericsson.com \
--to=simon.marchi@ericsson.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox