Clean up "return -1" in gdb.ada gdb tests historically used "return -1" for some kinds of failure, but there is no reason for the "-1". This patch removes this from the gdb.ada tests.