per-thread variable objects

Daniel Jacobowitz drow@false.org
Tue Apr 1 14:13:00 GMT 2008


On Mon, Mar 24, 2008 at 08:46:06PM +0300, Vladimir Prus wrote:
> @@ -66,6 +67,10 @@ print_varobj (struct varobj *var, enum p
>        xfree (type);
>      }
>  
> +  thread_id = varobj_get_thread_id (var);
> +  if (thread_id > 0)
> +    ui_out_field_int (uiout, "thread-id", thread_id);
> +
>    if (varobj_get_frozen (var))
>      ui_out_field_int (uiout, "frozen", 1);
>  }

Please add this field to the manual.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Gdb-patches mailing list