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: [PATCH v3 18/19] infrun: scheduler-locking replay


On 09/17/2015 03:09 PM, Markus Metzger wrote:
> +  if (!non_stop && (scheduler_mode == schedlock_replay)

Unnecessary parens.

> +      && target_record_is_replaying (minus_one_ptid)
> +      && !target_record_will_replay (user_visible_resume_ptid (step),
> +				     execution_direction))
> +    target_record_stop_replaying ();


Thanks,
Pedro Alves


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