This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [MI non-stop 05/11, RFA] -exec-continue/-exec-interrupt --all
- From: Tom Tromey <tromey at redhat dot com>
- To: Vladimir Prus <vladimir at codesourcery dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Sat, 28 Jun 2008 12:25:54 -0600
- Subject: Re: [MI non-stop 05/11, RFA] -exec-continue/-exec-interrupt --all
- References: <200806282045.39438.vladimir@codesourcery.com>
- Reply-to: tromey at redhat dot com
>>>>> "Vladimir" == Vladimir Prus <vladimir@codesourcery.com> writes:
Vladimir> Per MI non-stop spec, continue and interrupt need --all option
Vladimir> to resume every thread. Implemented thusly. OK?
Vladimir> +void
Vladimir> +interrupt_target_1 (int all_threads)
Vladimir> +{
Vladimir> + if (non_stop)
Vladimir> + {
It looks to me like there are 2 extra indentation spaces in this
function's body.
Tom