[PATCH 10/10] Enable conditional breakpoints for targets that support software single step in GDBServer.

Pedro Alves palves@redhat.com
Wed Nov 4 18:58:00 GMT 2015


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



More information about the Gdb-patches mailing list