On 5/26/20 4:35 PM, Pedro Alves wrote: > On 5/26/20 8:02 PM, Luis Machado via Gdb-patches wrote: > >> @@ -45,10 +45,10 @@ proc break_at { breakpoint where } { >> >> set test "break $breakpoint" >> set bp 0 >> - gdb_test_multiple "$test" "$test" { >> + gdb_test_multiple "$test" "$test inserted as number $bp" { > > As discussed, this change should be backed out, and replaced with > with_test_prefix, right? $bp is always zero here. Ugh... EWRONGPATCH, apologies. I must have mixed up the files when sending. This was already fixed. Follows the updated one (for sure).