This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Inadvertently run inferior threads
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Pedro Alves <palves at redhat dot com>
- Cc: dje at google dot com, gdb at sourceware dot org
- Date: Tue, 23 Jun 2015 22:51:52 +0300
- Subject: Re: Inadvertently run inferior threads
- Authentication-results: sourceware.org; auth=none
- References: <83h9tq3zu3 dot fsf at gnu dot org> <55043A63 dot 6020103 at redhat dot com> <8361a339xd dot fsf at gnu dot org> <5504555C dot 804 at redhat dot com> <550458E0 dot 10206 at redhat dot com> <83y4jrsgui dot fsf at gnu dot org> <83ioaus6pt dot fsf at gnu dot org> <557ED083 dot 1060804 at redhat dot com> <83si9tngaj dot fsf at gnu dot org> <557EF27E dot 3030900 at redhat dot com> <CADPb22RP5gwPYx_DxhbbzZpWjN69Qpxd8Yk52Mwjd0TOTWqbOA at mail dot gmail dot com> <55894EDC dot 4050404 at redhat dot com> <5589AF50 dot 6090603 at redhat dot com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Tue, 23 Jun 2015 20:11:12 +0100
> From: Pedro Alves <palves@redhat.com>
> CC: Eli Zaretskii <eliz@gnu.org>, gdb <gdb@sourceware.org>
>
> This makes GDB mark threads as running while doing an infcall,
> and sets them back to stopped when the call finishes. The MI
> event suppression is done elsewhere and isn't really affected.
> So I'm leaving MI untouched for now.
>
> Eli, could you give it try to check if this fixes your
> case too, please?
Thanks, will do ASAP.