[RFA] Fix -break-insert -i.

Daniel Jacobowitz drow@false.org
Tue Jan 22 19:30:00 GMT 2008


On Tue, Jan 22, 2008 at 10:26:34PM +0300, Vladimir Prus wrote:
> 
> It appears my breakpoint refactoring broke the -i parameter (ignore count)
> for -break-insert. This patch fixes that, as well as adding a test for
> that feature. OK?
> 
> - Volodya
> 
> 	gdb/
> 	* breakpoint.c (break_command_really): New parameter
> 	ignore_count.
>         (break_command_1): Pass 0 as
> 	ignore_count to break_command_really.
> 	(gdb_breakpoint): Pass ignore_count to
> 	break_command_really.
> 
> 	gdb/testsuite
> 	* gdb.mi/basics.c: Setup for testing breakpoints
> 	ignore count.
> 	* gdb.mi/mi-break.exp: Test for breakpoint ignore count.
> 	* gdb.mi/mi-cli.exp: Adjust.
> 	* gdb.mi/mi2-cli.exp: Adjust.

OK.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list