[PATCH 0/3] Suppressing CLI notifications

Tankut Baris Aktemur tankut.baris.aktemur@intel.com
Wed Dec 1 15:08:26 GMT 2021


Hello,

This is a small series about suppressing CLI notifications.  This can
be useful for scripts.

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                            | 35 +++++++++++++++++++
 gdb/cli/cli-decode.c                          | 10 +++---
 gdb/cli/cli-decode.h                          |  2 +-
 gdb/cli/cli-interp.c                          |  9 ++---
 gdb/command.h                                 | 11 +++---
 .../gdb.base/cli-suppress-notification.c      | 22 ++++++++++++
 .../gdb.base/cli-suppress-notification.exp    | 33 +++++++++++++++++
 gdb/tui/tui-interp.c                          |  4 +++
 9 files changed, 117 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



More information about the Gdb-patches mailing list