diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-03-03 09:17:45 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-03-03 09:17:45 +0000 |
commit | 8fc8cbdaf698ed042d859d5749cff66937bbb57c (patch) | |
tree | b4024b4e869a8649ca7be9d319628d6fa8275668 /gdb/testsuite/ChangeLog | |
parent | 92fa70b0bd8690d979357ebcdb501a9e4aa42ea6 (diff) | |
download | gdb-8fc8cbdaf698ed042d859d5749cff66937bbb57c.zip gdb-8fc8cbdaf698ed042d859d5749cff66937bbb57c.tar.gz gdb-8fc8cbdaf698ed042d859d5749cff66937bbb57c.tar.bz2 |
Rename disp-step-syscall.exp to step-over-syscall.exp
disp-step-syscall.exp is extended for stepping over syscall instruction
in different cases, with or without displaced stepping, and stepping
over by GDBserver.
This patch rename disp-step-syscall.exp to step-over-syscall.exp to
reflect this.
gdb/testsuite:
2016-03-03 Yao Qi <yao.qi@linaro.org>
* gdb.base/disp-step-fork.c: Rename to ...
* gdb.base/step-over-fork.c: ... it. New file.
* gdb.base/disp-step-vfork.c: Rename to ...
* gdb.base/step-over-vfork.c: ... it. New file.
* gdb.base/disp-step-syscall.exp: Rename to ...
* gdb.base/step-over-syscall.exp: ... it. New file.
(disp_step_cross_syscall): Rename to ...
(step_over_syscall): ... it.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index eab1255..0104448 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,16 @@ 2016-03-03 Yao Qi <yao.qi@linaro.org> + * gdb.base/disp-step-fork.c: Rename to ... + * gdb.base/step-over-fork.c: ... it. New file. + * gdb.base/disp-step-vfork.c: Rename to ... + * gdb.base/step-over-vfork.c: ... it. New file. + * gdb.base/disp-step-syscall.exp: Rename to ... + * gdb.base/step-over-syscall.exp: ... it. New file. + (disp_step_cross_syscall): Rename to ... + (step_over_syscall): ... it. + +2016-03-03 Yao Qi <yao.qi@linaro.org> + * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New. If target supports condition evaluation on target, invoke break_cond_on_syscall for fork and vfork. |