[commit] Fix intermittent failures in breakpoint-shadow.exp.

Doug Evans dje@google.com
Fri Sep 11 15:22:00 GMT 2009


On Fri, Sep 11, 2009 at 12:57 AM, Jan
Kratochvil<jan.kratochvil@redhat.com> wrote:
> On Fri, 11 Sep 2009 00:33:57 +0200, Doug Evans wrote:
>> The regexp for placing the second breakpoint needs to include
>> the gdb prompt (otherwise a regexp internal to gdb_test_multiple may
>> see it and prematurely return).
> ....
>> -    -re "Breakpoint \[0-9\] at (0x\[0-9a-f\]*):.*" {
>> +    -re "Breakpoint \[0-9\] at (0x\[0-9a-f\]*):.*$gdb_prompt $" {
>
> Sorry for the typo, already fixed such bugs before.

No worries.



More information about the Gdb-patches mailing list