public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
To: gdb-patches@sourceware.org
Cc: aburgess@redhat.com, tom@tromey.com, eliz@gnu.org
Subject: [PATCH v3 0/3]  Suppressing CLI notifications
Date: Thu,  3 Feb 2022 09:30:40 +0100	[thread overview]
Message-ID: <cover.1643876373.git.tankut.baris.aktemur@intel.com> (raw)

Hello,

This is a small series about suppressing CLI notifications.  The first
revision is available at

  https://sourceware.org/pipermail/gdb-patches/2021-December/184008.html

The second revision is at

  https://sourceware.org/pipermail/gdb-patches/2022-January/185320.html

In Revision v3:

  * Patch 1/3 is omitted (already approved in v1).
  * Patch 2/3 is omitted (already approved in v1).
  * Patch 3/3 is updated to address Andrew's comments at

    https://sourceware.org/pipermail/gdb-patches/2022-February/185656.html

Regards
Baris

Tankut Baris Aktemur (3):
  gdb/cli: convert cli_suppress_notification from int to bool
  gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
  gdb: add the 'set/show suppress-notification-cli' command

 gdb/NEWS                                      |   5 +
 gdb/cli/cli-cmds.c                            |  39 ++++++
 gdb/cli/cli-decode.c                          |  10 +-
 gdb/cli/cli-decode.h                          |   2 +-
 gdb/cli/cli-interp.c                          |   9 +-
 gdb/command.h                                 |  11 +-
 gdb/doc/gdb.texinfo                           | 121 ++++++++++++++++++
 .../gdb.base/cli-suppress-notification.c      |  26 ++++
 .../gdb.base/cli-suppress-notification.exp    |  39 ++++++
 gdb/tui/tui-interp.c                          |   4 +
 10 files changed, 252 insertions(+), 14 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/cli-suppress-notification.c
 create mode 100644 gdb/testsuite/gdb.base/cli-suppress-notification.exp

-- 
2.33.1

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


             reply	other threads:[~2022-02-03  8:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03  8:30 Tankut Baris Aktemur [this message]
2022-02-03  8:30 ` [PATCH v3 3/3] gdb: add the 'set/show suppress-notification-cli' command Tankut Baris Aktemur
2022-02-03  9:35   ` Eli Zaretskii

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=cover.1643876373.git.tankut.baris.aktemur@intel.com \
    --to=tankut.baris.aktemur@intel.com \
    --cc=aburgess@redhat.com \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=tom@tromey.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).