This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Remove setup_kfail server/13796 in disp-step-syscall.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 12:06:54 +0000
- Subject: Re: [PATCH] Remove setup_kfail server/13796 in disp-step-syscall.exp
- Authentication-results: sourceware.org; auth=none
- References: <1455796823-18128-1-git-send-email-yao dot qi at linaro dot org>
On 02/18/2016 12:00 PM, Yao Qi wrote:
> This patch series add fork support in target remote,
>
> [PATCH v2 0/3] Target remote mode fork and exec support
> https://sourceware.org/ml/gdb-patches/2015-12/msg00144.html
>
> so GDB can be informed about the child, and adjust child correctly in
> displaced stepping. The PR server/13796 was fixed by this patch
> series actually. Test results on buildbot show this KFAIL->KPASS
> change https://sourceware.org/ml/gdb-testers/2015-q4/msg10128.html
>
> gdb/testsuite:
>
> 2016-02-18 Yao Qi <yao.qi@linaro.org>
>
> * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
> Don't call setup_kfail.
OK.
Thanks,
Pedro Alves