[MI][patch v2] -break-list to specify "thread-group"

Pedro Alves palves@redhat.com
Mon Jan 21 18:54:00 GMT 2013


On 01/16/2013 04:58 PM, Marc Khouzam wrote:

> +  for (i = 0; VEC_iterate (int, inf_num, i, inf); ++i)
> +    {
> +      if (is_mi)
> +	{
> +	  char mi_group[10];
> +
> +	  sprintf (mi_group, "i%d", inf);

xsnprintf.

> @@ -28627,6 +28636,8 @@ memory location at which the breakpoint is set
>  @item What
>  logical location of the breakpoint, expressed by function name, file
>  name, line number
> +@item Thread-groups
> +list of inferiors to which this breakpoint applies

Should be, "list of thread groups".

Otherwise looks good to me.

Thanks,
-- 
Pedro Alves



More information about the Gdb-patches mailing list