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


>>>>> "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


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