diff options
| author | Yao Qi <yao@codesourcery.com> | 2014-10-08 10:04:22 +0800 |
|---|---|---|
| committer | Yao Qi <yao@codesourcery.com> | 2014-10-11 11:12:23 +0800 |
| commit | bf40a6078fd5bc24f54aaa1ca2bf44fa95b57c69 (patch) | |
| tree | 8ef0c3d021549ddf2f202149d38b8d2e4a404e76 /gdb/python/python-config.py | |
| parent | 052ca3707367a7f1fae462a45c56e8e50fe3b98e (diff) | |
| download | binutils-bf40a6078fd5bc24f54aaa1ca2bf44fa95b57c69.zip binutils-bf40a6078fd5bc24f54aaa1ca2bf44fa95b57c69.tar.gz binutils-bf40a6078fd5bc24f54aaa1ca2bf44fa95b57c69.tar.bz2 | |
Clean up server-kill.exp
This patch is to remove some lines which looks unnecessary. These
lines were added when server-kill.exp was added. In the version 1,
https://sourceware.org/ml/gdb-patches/2013-03/msg00691.html the test
calls runto_main and delete breakpoint on main,
+if ![runto_main] {
+ return -1
+}
+
+# Otherwise the breakpoint at 'main' would not cause insert
breakpoints during
+# first step.
+delete_breakpoints
However, in the version 2
https://sourceware.org/ml/gdb-patches/2013-03/msg00854.html runto_main
is removed but delete_breakpoints is still there. AFAICS, the line of
delete_breakpoints can be removed too.
gdb/testsuite:
2014-10-11 Yao Qi <yao@codesourcery.com>
* gdb.server/server-kill.exp: Remove "delete_breakpoints".
Diffstat (limited to 'gdb/python/python-config.py')
0 files changed, 0 insertions, 0 deletions
