X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.python%2Fpy-objfile.c;h=6d751bddae38aebf2c929d29cd522d38c82c151a;hb=c620ed8866cc90ccfa363daf98ce7061d076d598;hp=ac414912342b4eb9e3c1046bb84c0aa12a53f36a;hpb=e48de49be52cb6e0fe3edbcdc3e63bbc2465d930;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.python/py-objfile.c b/gdb/testsuite/gdb.python/py-objfile.c index ac41491234..6d751bddae 100644 --- a/gdb/testsuite/gdb.python/py-objfile.c +++ b/gdb/testsuite/gdb.python/py-objfile.c @@ -15,6 +15,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +int global_var = 42; +static int static_var = 50; + int main () {