diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-10-27 10:56:03 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-10-27 15:02:17 +0100 |
commit | b1d4d8d128a65d59be6d6071614418116fbfcba2 (patch) | |
tree | fcafd50508e787b4d5dcc59d742eef5b7899a8b8 /gdb/testsuite/ChangeLog | |
parent | bd24c5d65b4aa7c98604d2260e4233f26e0ab836 (diff) | |
download | fsf-binutils-gdb-b1d4d8d128a65d59be6d6071614418116fbfcba2.zip fsf-binutils-gdb-b1d4d8d128a65d59be6d6071614418116fbfcba2.tar.gz fsf-binutils-gdb-b1d4d8d128a65d59be6d6071614418116fbfcba2.tar.bz2 |
gdb/breakpoint: use gdb::option for the '-force' flag
Use the gdb::option framework for the '-force' flag of the 'condition'
command. This gives tab-completion ability for the flag.
gdb/ChangeLog:
2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* breakpoint.c (struct condition_command_opts): New struct.
(condition_command_option_defs): New static global.
(make_condition_command_options_def_group): New function.
(condition_completer): Update to consider the '-force' flag.
(condition_command): Use gdb::option for the '-force' flag.
gdb/testsuite/ChangeLog:
2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* gdb.base/condbreak.exp: Update the completion tests to
consider the '-force' flag.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5bcb04d..8635d17 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> + + * gdb.base/condbreak.exp: Update the completion tests to + consider the '-force' flag. + 2020-10-27 Tom de Vries <tdevries@suse.de> * gdb.base/list-ambiguous-readnow.exp: New file. |