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

Unified Diff: gdb/testsuite/gdb.trace/collection.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.trace/circ.exp ('k') | gdb/testsuite/gdb.trace/collection.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.trace/collection.c
diff --git a/gdb/testsuite/gdb.trace/collection.c b/gdb/testsuite/gdb.trace/collection.c
index 5901baf03954152d68d86fb98c8ca1f347bc6187..3eac2212223795d9bb929118452b9b191ccb15c9 100644
--- a/gdb/testsuite/gdb.trace/collection.c
+++ b/gdb/testsuite/gdb.trace/collection.c
@@ -225,11 +225,6 @@ main (argc, argv, envp)
test_struct mystruct;
int myarray[4];
-#ifdef usestubs
- set_debug_traps ();
- breakpoint ();
-#endif
-
begin ();
/* Assign collectable values to global variables. */
l0 = s0 = c0 = 0; l1 = s1 = c1 = 1;
« no previous file with comments | « gdb/testsuite/gdb.trace/circ.exp ('k') | gdb/testsuite/gdb.trace/collection.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698