[PATCH v3 4/4] gdb/mi: add a '--force-condition' flag to the '-break-insert' cmd

Eli Zaretskii eliz@gnu.org
Wed Apr 21 12:50:10 GMT 2021


> Date: Wed, 21 Apr 2021 14:17:42 +0200
> From: Tankut Baris Aktemur via Gdb-patches <gdb-patches@sourceware.org>
> 
> gdb/ChangeLog:
> 2021-04-06  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
> 
> 	* mi/mi-cmd-break.c (mi_cmd_break_insert_1): Recognize the
> 	'--force-condition' flag to force the condition in the
> 	'-break-insert' and '-dprintf-insert' commands.
> 	* breakpoint.c (condition_command): Consider having "--force"
> 	as the argument and normalize to "-force".
> 	* NEWS: Mention the change.
> 
> gdb/testsuite/ChangeLog:
> 2021-04-06  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
> 
> 	* gdb.mi/mi-break.exp (test_forced_conditions): New proc that
> 	is called by the test.
> 
> gdb/doc/ChangeLog:
> 2021-04-06  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
> 
> 	* gdb.texinfo (GDB/MI Breakpoint Commands): Mention the
> 	'--force-condition' flag of the '-break-insert' and
> 	'-dprintf-insert' commands, and the '--force' flag of the
> 	'-break-condition' command.

Thanks, the documentation parts are OK.


More information about the Gdb-patches mailing list