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 10/10] Enable conditional breakpoints for targets that support software single step in GDBServer.


On 10/29/2015 05:09 PM, Antoine Tremblay wrote:

>  
> -      if (target_supports_hardware_single_step ())
> +      if (target_supports_hardware_single_step () ||
> +	  target_supports_software_single_step () )

|| on the next line.

Otherwise LGTM.

Thanks,
Pedro Alves


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