]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/linux-low.c
Remove single-step breakpoint for GDBserver internal event
authorYao Qi <yao.qi@linaro.org>
Thu, 27 Oct 2016 15:05:06 +0000 (16:05 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 27 Oct 2016 15:05:06 +0000 (16:05 +0100)
commite3652c8460a6247f50e24deaca1c1c1c0e2a2573
treeed92c682078b3fa47cf8f5a58321753cc32f055f
parentbb65a718b601ecfebd1ebe5be71728d5c359c31f
Remove single-step breakpoint for GDBserver internal event

This patch removes single-step breakpoints if the event is only
GDBserver internal, IOW, isn't reported back to GDB.

gdb/gdbserver:

2016-10-27  Yao Qi  <yao.qi@linaro.org>

* linux-low.c (linux_wait_1): If single-step breakpoints are
inserted, remove them.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c