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 v9 19/23] record, btrace: add record-btrace target


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


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