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: [PATCH 2/2] gdb: Add completer for layout command.


* Pedro Alves <palves@redhat.com> [2015-05-19 14:38:21 +0100]:

> Sorry for the delay.

No problem.  Thanks for the review.

>
> I think this should be:
>
>     set test "quit command input after testing layout completion"
>     gdb_test_multiple "" "$test" {
> 	-re "$gdb_prompt $" {
> 	    pass $test
> 	}
>     }
>
> so that timeout or internal error caught inside gdb_test_multiple
> use that test's message, instead of the previous'.

I have now posted a new patch series that replaces this patch.  I've
addressed your review comments about the testing in my new patch.  As
a bonus the new completion part of the new series is simpler and so
should not clash with Keith's work.

Thanks,
Andrew


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