This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] gdbserver gnu/linux: stepping over breakpoint
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>, gdb-patches at sourceware dot org
- Date: Thu, 09 Apr 2015 10:04:40 +0100
- Subject: Re: [PATCH] gdbserver gnu/linux: stepping over breakpoint
- Authentication-results: sourceware.org; auth=none
- References: <1428569112-18004-1-git-send-email-qiyaoltc at gmail dot com>
On 04/09/2015 09:45 AM, Yao Qi wrote:
> gdb/gdbserver:
>
> 2015-04-09 Yao Qi <yao.qi@linaro.org>
>
> * linux-low.c (linux_insert_point): Call
> insert_memory_breakpoint if TYPE is raw_bkpt_type_sw.
> (linux_remove_point): Call remove_memory_breakpoint if type is
> raw_bkpt_type_sw.
> * linux-x86-low.c (x86_insert_point): Don't call
> insert_memory_breakpoint.
> (x86_remove_point): Don't call remove_memory_breakpoint.
LGTM.
Thanks,
Pedro Alves