This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 7/8] fix py-finish-breakpoint.exp with always-async
- From: Tom Tromey <tromey at redhat dot com>
- To: Doug Evans <dje at google dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 30 Jul 2013 14:56:41 -0600
- Subject: Re: [PATCH 7/8] fix py-finish-breakpoint.exp with always-async
- References: <1375116324-32092-1-git-send-email-tromey at redhat dot com> <1375116324-32092-8-git-send-email-tromey at redhat dot com> <20982 dot 64444 dot 939564 dot 557857 at ruffy dot mtv dot corp dot google dot com> <87r4efly0w dot fsf at fleche dot redhat dot com>
Doug> Also, is target_has_execution what you want here?
Tom> Yeah, that is wrong.
FWIW, dropping target_has_execution from both conditions still leaves
the test suite regression-free. I think what happens is that
sync_execution can only be set if executing a command, and so it
suffices as a test.
I'll refresh the series soon.
Tom