public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Suppressing CLI notifications
@ 2022-02-03 16:01 Tankut Baris Aktemur
  2022-02-03 16:01 ` [PATCH v4 3/3] gdb: add the 'set/show suppress-cli-notifications' command Tankut Baris Aktemur
  0 siblings, 1 reply; 4+ messages in thread
From: Tankut Baris Aktemur @ 2022-02-03 16:01 UTC (permalink / raw)
  To: gdb-patches; +Cc: aburgess, tom, eliz

Hello,

This is a small series about suppressing CLI notifications.  Previous
revisions are at

  https://sourceware.org/pipermail/gdb-patches/2021-December/184008.html
  https://sourceware.org/pipermail/gdb-patches/2022-January/185320.html
  https://sourceware.org/pipermail/gdb-patches/2022-February/185678.html

In Revision v4:

  * Patch 1/3 is omitted (already approved in v1).
  * Patch 2/3 is omitted (already approved in v1).
  * Patch 3/3 renames the command to "suppress-cli-notifications",
    says "notifications" instead of "notification events" throughout
    the patch, and updates the document to address Eli's comments at

    https://sourceware.org/pipermail/gdb-patches/2022-February/185680.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-cli-notifications' command

 gdb/NEWS                                      |  8 +++
 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                           | 69 +++++++++++++++++++
 .../gdb.base/cli-suppress-notification.c      | 26 +++++++
 .../gdb.base/cli-suppress-notification.exp    | 39 +++++++++++
 gdb/tui/tui-interp.c                          |  4 ++
 10 files changed, 203 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


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

end of thread, other threads:[~2022-02-04 17:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 16:01 [PATCH v4 0/3] Suppressing CLI notifications Tankut Baris Aktemur
2022-02-03 16:01 ` [PATCH v4 3/3] gdb: add the 'set/show suppress-cli-notifications' command Tankut Baris Aktemur
2022-02-03 16:58   ` Eli Zaretskii
2022-02-04 17:57   ` Andrew Burgess

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