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

Side by Side Diff: gdb/testsuite/gdb.hp/gdb.compat/xdb0.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 unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.hp/gdb.compat/Makefile.in ('k') | gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include "xdb0.h" 1 #include "xdb0.h"
2 2
3 main () 3 main ()
4 { 4 {
5 int x; 5 int x;
6 #ifdef usestubs 6
7 set_debug_traps();
8 breakpoint();
9 #endif
10 x = 0; 7 x = 0;
11 foo (x++); 8 foo (x++);
12 foo (x++); 9 foo (x++);
13 foo (x++); 10 foo (x++);
14 foo (x++); 11 foo (x++);
15 foo (x++); 12 foo (x++);
16 foo (x++); 13 foo (x++);
17 foo (x++); 14 foo (x++);
18 foo (x++); 15 foo (x++);
19 foo (x++); 16 foo (x++);
(...skipping 13 matching lines...) Expand all
33 foo (x++); 30 foo (x++);
34 foo (x++); 31 foo (x++);
35 foo (x++); 32 foo (x++);
36 } 33 }
37 34
38 static void 35 static void
39 unused () 36 unused ()
40 { 37 {
41 /* Not used for anything */ 38 /* Not used for anything */
42 } 39 }
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.hp/gdb.compat/Makefile.in ('k') | gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698