This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]