New test about step over clone syscall
authorYao Qi <yao.qi@linaro.org>
Thu, 3 Mar 2016 09:17:45 +0000 (09:17 +0000)
committerYao Qi <yao.qi@linaro.org>
Thu, 3 Mar 2016 09:17:45 +0000 (09:17 +0000)
commit4719d415b9908d3c7981163b47be5096d03656f9
tree359f303c6f854f8d300c23ad50cea1217d616a7a
parentea50786226737509a8f4c2734699a5fc15cc63c4
New test about step over clone syscall

This patch adds a new test for stepping over clone syscall.

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

* gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
Invoke step_over_syscall "clone" and break_cond_on_syscall
"clone".
* gdb.base/step-over-clone.c: New file.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/step-over-clone.c [new file with mode: 0644]
gdb/testsuite/gdb.base/step-over-syscall.exp