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: [MI non-stop 05/11, RFA] -exec-continue/-exec-interrupt --all


On Saturday 28 June 2008 22:25:54 Tom Tromey wrote:
> >>>>> "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.

You're right, I've fixed this.

- Volodya


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