public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Suppressing CLI notifications
@ 2022-01-20 11:42 Tankut Baris Aktemur
  2022-01-20 11:42 ` [PATCH v2 3/3] gdb: add the 'set/show suppress-notification-cli' command Tankut Baris Aktemur
  2022-02-02 10:55 ` [PATCH v2 0/3] Suppressing CLI notifications Aktemur, Tankut Baris
  0 siblings, 2 replies; 5+ messages in thread
From: Tankut Baris Aktemur @ 2022-01-20 11:42 UTC (permalink / raw)
  To: gdb-patches; +Cc: tom, aburgess, eliz

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

In Revision v2:

  * Patch 1/3 is omitted (already approved).
  * Patch 2/3 is omitted (already approved).
  * Patch 3/3 makes the following updates to address Tom and Andrew's
    comments:

    - The new command is converted to a regular command instead of a
      "maint" command.

    - GDB's doc (gdb.texinfo) is expanded to include the new command.
      The documentation explains what can be suppressed.

    - The commit message as well as gdb.texinfo contain a small but
      concrete example.

Regards
Baris

Tankut Baris Aktemur (1):
  gdb: add the 'set/show suppress-notification-cli' command

 gdb/NEWS                                      |   5 +
 gdb/cli/cli-cmds.c                            |  35 +++++
 gdb/doc/gdb.texinfo                           | 121 ++++++++++++++++++
 .../gdb.base/cli-suppress-notification.c      |  22 ++++
 .../gdb.base/cli-suppress-notification.exp    |  33 +++++
 5 files changed, 216 insertions(+)
 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


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

end of thread, other threads:[~2022-02-03  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 11:42 [PATCH v2 0/3] Suppressing CLI notifications Tankut Baris Aktemur
2022-01-20 11:42 ` [PATCH v2 3/3] gdb: add the 'set/show suppress-notification-cli' command Tankut Baris Aktemur
2022-02-02 15:34   ` Andrew Burgess
2022-02-03  8:28     ` Aktemur, Tankut Baris
2022-02-02 10:55 ` [PATCH v2 0/3] Suppressing CLI notifications Aktemur, Tankut Baris

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).