gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Mon, 7 Feb 2022 07:26:56 +0000 (08:26 +0100)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Mon, 7 Feb 2022 07:26:56 +0000 (08:26 +0100)
commit2b826f759256b77b447da9831b079e32a7bb0cdb
treee0146d502f1893fc53fe727c3a7ce68ace42e794
parentf36c8918018ae5036fafafd76df71084fc50a5a9
gdb/cli: add a 'normal_stop' option to 'cli_suppress_notification'

Extend the 'cli_suppress_notification' struct with a new field,
'normal_stop', that can be used for checking if printing normal stop
events on the CLI should be suppressed.

This patch only introduces the flag.  The subsequent patch adds a user
command to turn the flag off/on.
gdb/cli/cli-interp.c
gdb/command.h
gdb/tui/tui-interp.c