This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] fix record "run" regression
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 11 Jul 2014 11:26:52 -0600
- Subject: Re: [PATCH] fix record "run" regression
- Authentication-results: sourceware.org; auth=none
- References: <1404251135-2427-1-git-send-email-tromey at redhat dot com> <53B3D640 dot 2060807 at redhat dot com> <87ha2ynwez dot fsf at fleche dot redhat dot com> <53B6BCFF dot 90703 at redhat dot com> <87r41xi3v2 dot fsf at fleche dot redhat dot com> <53BBB93B dot 9060207 at redhat dot com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> The comment is stale now. If we can indeed use gdb_run_cmd,
Pedro> then I don't think we need the $use_gdb_stub check?
The use_gdb_stub check is there so that we skip the test on target
remote, which I think shouldn't be expected to work, as you can't re-run
there. But I think I must be missing something.
Tom