]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"
authorYao Qi <yao.qi@linaro.org>
Fri, 2 Sep 2016 14:49:57 +0000 (15:49 +0100)
committerYao Qi <yao.qi@linaro.org>
Fri, 2 Sep 2016 14:49:57 +0000 (15:49 +0100)
commit3b9a79ef767f0e7f8c5fecd7eea920f20084d3d4
treef36b3d25f5add146e8e76932de9578e8492325b9
parentae9cf263fdd47c30b997fcf4627609df77ca64c1
[GDBserver] Replace "reinsert_breakpoint" with "single_step_breakpoint"

reinsert_breakpoint is used for software single step, so it is more
clear to rename it to single_step_breakpoint.  This was pointed out in
the review https://sourceware.org/ml/gdb-patches/2016-05/msg00429.html
I don't rename "other_breakpoint" in this patch.

gdb/gdbserver:

2016-09-02  Yao Qi  <yao.qi@linaro.org>

* linux-low.c: Replace "reinsert_breakpoints" with
"single_step_breakpoints".  Replace "reinsert breakpoints"
with "single-step breakpoints".
* mem-break.c: Likewise.
* mem-break.h: Likewise.
gdb/gdbserver/linux-low.c
gdb/gdbserver/mem-break.c
gdb/gdbserver/mem-break.h