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

Side by Side Diff: gdb/testsuite/gdb.base/int-type.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/info-target.exp ('k') | gdb/testsuite/gdb.base/interp.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 1
2 int x; 2 int x;
3 int y; 3 int y;
4 int z; 4 int z;
5 int w; 5 int w;
6 6
7 7
8 8
9 int main () 9 int main ()
10 { 10 {
11 11
12 #ifdef usestubs
13 set_debug_traps();
14 breakpoint();
15 #endif
16
17 x = 14; 12 x = 14;
18 y = 3; 13 y = 3;
19 z = 2; 14 z = 2;
20 w = 2; 15 w = 2;
21 16
22 return 0; 17 return 0;
23 18
24 } 19 }
25 20
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.base/info-target.exp ('k') | gdb/testsuite/gdb.base/interp.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698