On 6/16/23 20:38, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries via Gdb-patches writes: > > Tom> Running test-case gdb.ada/call-no-debug.exp with target board unix/-m64 works > Tom> fine, but if we run it again with target board unix-m32, we run into: > > Thanks for doing this. > > If gdb's test suite could detect when a new .exp is started, we could > make this always work by removing the corresponding standard output directory. Hi, thanks for the suggestion, I've implemented it in gdb_init. WDYT? Thanks, - Tom