This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Set breakpoint condition-evaluation in forking-threads-plus-breakpoint.exp
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>, gdb-patches at sourceware dot org
- Date: Thu, 18 Feb 2016 11:25:01 +0000
- Subject: Re: [PATCH] Set breakpoint condition-evaluation in forking-threads-plus-breakpoint.exp
- Authentication-results: sourceware.org; auth=none
- References: <1455793143-25234-1-git-send-email-yao dot qi at linaro dot org>
On 02/18/2016 10:59 AM, Yao Qi wrote:
> Proc do_test in forking-threads-plus-breakpoint.exp has an argument
> cond_bp_target, but the test doesn't use it to set
> "breakpoint condition-evaluation", which is an oversight in the test.
Whoops, indeed.
>
> This patch fixes it by setting "breakpoint condition-evaluation" per
> $cond_bp_target.
>
> gdb/testsuite:
>
> 2016-02-18 Yao Qi <yao.qi@linaro.org>
>
> * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
> Set "set breakpoint condition-evaluation" per $cond_bp_target.
Thanks, LGTM.
Thanks,
Pedro Alves