Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Unified Diff: gdb/testsuite/gdb.base/interrupt.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.base/interp.exp ('k') | gdb/testsuite/gdb.base/interrupt.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.base/interrupt.c
diff --git a/gdb/testsuite/gdb.base/interrupt.c b/gdb/testsuite/gdb.base/interrupt.c
index 80b906099e666f00909171e7ab54c9799293c833..d7bb271c7d6dda3881e41952df5c387e76c4796f 100644
--- a/gdb/testsuite/gdb.base/interrupt.c
+++ b/gdb/testsuite/gdb.base/interrupt.c
@@ -17,10 +17,6 @@ main ()
{
char x;
int nbytes;
-#ifdef usestubs
- set_debug_traps();
- breakpoint();
-#endif
#ifdef SIGNALS
signal (SIGINT, sigint_handler);
#endif
« no previous file with comments | « gdb/testsuite/gdb.base/interp.exp ('k') | gdb/testsuite/gdb.base/interrupt.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698