This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 5/8] Step over fork/vfork syscall insn in gdbserver
- 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:31:37 +0000
- Subject: Re: [PATCH 5/8] Step over fork/vfork syscall insn in gdbserver
- Authentication-results: sourceware.org; auth=none
- References: <1455892594-2294-1-git-send-email-yao dot qi at linaro dot org> <1455892594-2294-6-git-send-email-yao dot qi at linaro dot org>
LGTM.
On 02/19/2016 02:36 PM, Yao Qi wrote:
> + # Create a breakpoint with the condition which is false.
Suggest:
# Create a breakpoint with a condition that evals false.
Thanks,
Pedro Alves