> Almost there :) (noisy sigh...). Sorry about this mess, Tom. > info exceptions global > All Ada exceptions matching regular expression "global": > const.aint_global_e: 0x608120 > system.global_locks.lock_error: 0x7ffff7fcdfe0 > (gdb) FAIL: gdb.ada/info_exc.exp: info exceptions global > > I'm not sure if this was there before and I missed it, or if it is new. It was probably there before. I didn't see it on my machine, because not all runtime units get re-built with "-a -f", only the ones needed by the program. Can you try the attached patch? If it wasn't so late here, I'd test it myself on the fedora machine - if it still fails, I promise, I will get myself setup on fedora. gdb/testsuite/ChangeLog: * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E. * info_exc/foo.adb: Adjust to new exception name. * info_exc.exp: Adjust after exception renaming in const.ads. Update "info exception global" test to test "info exceptions global_gdb" instead. * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E. * mi_exc_info/foo.adb (Adjust to new exception name. * mi_exc_info.exp: Adjust after exception renaming in const.ads. Update "-info-ada-exceptions global" test to test "-info-ada-exceptions global_gdb" instead. Tested on x86_64-linux. -- Joel