On 1/5/21 10:01 AM, Tom de Vries wrote: > [ I first tried to override $gdb_prompt for the duration of > gdb_test_sequence using save_vars, but there's the invariant that the > gdb_prompt variable has an implicit " " after it, which > gdb_test_sequence adds, so that didn't work. ] So, if we introduce a variable gdb_prompt_full which does contain the space, and use it in gdb_test_sequence, we can override it. Thanks, - Tom