binutils-gdb/gdb/testsuite/gdb.ada/watch_arg
Joel Brobecker b18003d168 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.
2011-12-06 14:00:37 +00:00
..
pck.adb fix incorrect assumption in gdb.ada/watch_arg 2011-12-06 14:00:37 +00:00
pck.ads fix incorrect assumption in gdb.ada/watch_arg 2011-12-06 14:00:37 +00:00
watch.adb fix incorrect assumption in gdb.ada/watch_arg 2011-12-06 14:00:37 +00:00