[PATCH] Failure to stop at duplicate breakpoints

Pedro Alves palves@redhat.com
Wed Sep 26 15:06:00 GMT 2012


On 09/25/2012 10:48 PM, Andrew Burgess wrote:
> Pedro,
> 
> Thanks for taking the time to review my patch.  I've addressed the issues you raised, and 

Great, thanks.  Just one little more I missed before:

> +standard_testfile
> +
> +if { [prepare_for_testing ${testfile}.exp ${testfile}] } {
> +    return -1
> +}
> +
> +# Setup for the test, create COUNT breakpoints at the function BREAKPT.
> +proc test_setup { count } {
> +    global srcfile

    global binfile

and

> +    clean_restart duplicate-bp

instead:

    clean_restart $binfile

Okay with that change.  Thanks again.

-- 
Pedro Alves



More information about the Gdb-patches mailing list