This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 3/8] Use loop in disp-step-fork.c and disp-step-vfork.c
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>, gdb-patches at sourceware dot org
- Date: Thu, 25 Feb 2016 17:28:39 +0000
- Subject: Re: [PATCH 3/8] Use loop in disp-step-fork.c and disp-step-vfork.c
- Authentication-results: sourceware.org; auth=none
- References: <1455892594-2294-1-git-send-email-yao dot qi at linaro dot org> <1455892594-2294-4-git-send-email-yao dot qi at linaro dot org>
On 02/19/2016 02:36 PM, Yao Qi wrote:
> We can call fork/vfork more easily in the test.
How about instead simply restarting the program / gdb? Keeping the program
alive for multiple test sequences is more prone to cascading FAILs.
Thanks,
Pedro Alves