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

Side by Side Diff: gdb/testsuite/gdb.base/skip1.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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/skip-solib.exp ('k') | gdb/testsuite/gdb.base/so-disc-shr.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 int bar() 1 int bar()
2 { 2 {
3 return 1; 3 return 1;
4 } 4 }
5 5
6 int baz(int a, int b) 6 int baz(int a)
7 { 7 {
8 return a + b; 8 return a + 1;
9 } 9 }
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.base/skip-solib.exp ('k') | gdb/testsuite/gdb.base/so-disc-shr.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698