[patch v9 19/23] record, btrace: add record-btrace target

Jan Kratochvil jan.kratochvil@redhat.com
Wed Mar 6 13:35:00 GMT 2013


On Wed, 06 Mar 2013 10:57:20 +0100, Metzger, Markus T wrote:
> > > +      /* Print the function index.  */
> > > +      ui_out_field_uint (uiout, "index", idx);
> > > +      ui_out_text (uiout, "\t ");
> > 
> > Why here
> 
> So the other functions only print one of the fields and leave the
> formatting to this function.

I was pointing out why there is
             ui_out_text (uiout, "\t ");
and not
             ui_out_text (uiout, "\t");
.  I do not much understand your reply.  But it sure does not matter much.


Thanks,
Jan



More information about the Gdb-patches mailing list