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

Side by Side Diff: gdb/testsuite/gdb.base/step-line.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/step-bt.exp ('k') | gdb/testsuite/gdb.base/step-line.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 /* Test step/next in presence of #line directives. 1 /* Test step/next in presence of #line directives.
2 Copyright 2001, 2007-2012 2 Copyright (C) 2001, 2007, 2012
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This file is part of GDB. 5 This file is part of GDB.
6 6
7 This program is free software; you can redistribute it and/or modify 7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or 9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version. 10 (at your option) any later version.
11 11
12 This program is distributed in the hope that it will be useful, 12 This program is distributed in the hope that it will be useful,
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 dummy (10, j); 75 dummy (10, j);
76 #line 35 "step-line.inp" 76 #line 35 "step-line.inp"
77 return i; 77 return i;
78 #line 79 "step-line.c" 78 #line 79 "step-line.c"
79 } 79 }
80 80
81 void 81 void
82 dummy (int num, int i) 82 dummy (int num, int i)
83 { 83 {
84 } 84 }
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.base/step-bt.exp ('k') | gdb/testsuite/gdb.base/step-line.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698