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

Side by Side Diff: gdb/testsuite/gdb.base/constvars.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/consecutive.exp ('k') | gdb/testsuite/gdb.base/constvars.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 marker1 (void) 1 void marker1 (void)
2 { 2 {
3 } 3 }
4 4
5 /* misc. function params */ 5 /* misc. function params */
6 6
7 int 7 int
8 qux1 (const char cc, const char /*&*/ccr, const char *ccp, char *const cpc) 8 qux1 (const char cc, const char /*&*/ccr, const char *ccp, char *const cpc)
9 { 9 {
10 return 33; 10 return 33;
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 184
185 /* Reference the structs so that they are not discarded. */ 185 /* Reference the structs so that they are not discarded. */
186 struct crass *creed = &crass; 186 struct crass *creed = &crass;
187 struct crisp *crow = &crisp; 187 struct crisp *crow = &crisp;
188 188
189 /* misc. references */ 189 /* misc. references */
190 /* 190 /*
191 const char & radiation = laconic; 191 const char & radiation = laconic;
192 volatile signed char & remuneration = lemonade; 192 volatile signed char & remuneration = lemonade;
193 */ 193 */
194 #ifdef usestubs
195 set_debug_traps ();
196 breakpoint ();
197 #endif
198 marker1 (); 194 marker1 ();
199 195
200 196
201 return 0; 197 return 0;
202 } 198 }
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.base/consecutive.exp ('k') | gdb/testsuite/gdb.base/constvars.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698