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


> -----Original Message-----
> From: Jan Kratochvil [mailto:jan.kratochvil@redhat.com]
> Sent: Wednesday, March 06, 2013 2:35 PM


> 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.

I understood you wrong, then.  I removed the extra space everywhere.

Regards,
Markus.
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052


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