diff options
Diffstat (limited to 'gdb/testsuite/gdb.hp/gdb.compat/xdb0.c')
-rw-r--r-- | gdb/testsuite/gdb.hp/gdb.compat/xdb0.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c b/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c index fa5c76f7418..4cd29c381f8 100644 --- a/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c +++ b/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c @@ -3,10 +3,7 @@ main () { int x; -#ifdef usestubs - set_debug_traps(); - breakpoint(); -#endif + x = 0; foo (x++); foo (x++); |