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

Side by Side Diff: gdb/testsuite/gdb.base/miscexprs.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.base/mips_pro.exp ('k') | gdb/testsuite/gdb.base/miscexprs.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 void 1 void
2 marker1 () 2 marker1 ()
3 { 3 {
4 4
5 } 5 }
6 6
7 int 7 int
8 main () 8 main ()
9 { 9 {
10 STORAGE struct { 10 STORAGE struct {
(...skipping 21 matching lines...) Expand all
32 } sbig; 32 } sbig;
33 33
34 ibig.i[100] = 5; 34 ibig.i[100] = 5;
35 cbig.c[0] = '\0'; 35 cbig.c[0] = '\0';
36 cbig.c[99] = 'A'; 36 cbig.c[99] = 'A';
37 fbig.f[100] = 11.99999; 37 fbig.f[100] = 11.99999;
38 dbig.d[202] = 9.99999999; 38 dbig.d[202] = 9.99999999;
39 sbig.s[90] = 255; 39 sbig.s[90] = 255;
40 lbig.l[333] = 999999999; 40 lbig.l[333] = 999999999;
41 41
42 #ifdef usestubs
43 set_debug_traps ();
44 breakpoint ();
45 #endif
46
47 marker1 (); 42 marker1 ();
48 return 0; 43 return 0;
49 } 44 }
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.base/mips_pro.exp ('k') | gdb/testsuite/gdb.base/miscexprs.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698