This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdbserver gnu/linux: stepping over breakpoint


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]