fix incorrect assumption in gdb.ada/watch_arg
authorJoel Brobecker <brobecker@gnat.com>
Tue, 6 Dec 2011 14:00:37 +0000 (14:00 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Tue, 6 Dec 2011 14:00:37 +0000 (14:00 +0000)
commitb18003d16853012faa6097da68d995bc54b8e66b
treed872ea75953c1db963ab450746af38a2af6fb14c
parent751d39ba78d853b96022602d2bf3ef67b315d849
fix incorrect assumption in gdb.ada/watch_arg

The testcase is assuming that the parameter being watched isn't being
modified. But the way the test program is written, this is not true
at all.  So this changes fixes the code to still reference the variable,
but in a way that does not modify its value.

gdb/testsuite:

        * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
        * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
        of parameter X in procedure Foo.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/watch_arg/pck.adb [new file with mode: 0644]
gdb/testsuite/gdb.ada/watch_arg/pck.ads [new file with mode: 0644]
gdb/testsuite/gdb.ada/watch_arg/watch.adb
This page took 0.02501 seconds and 4 git commands to generate.