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 01/10] change gdb to refcount bfd everywhere


On Wed, 25 Jul 2012 16:24:57 +0200, Tom Tromey wrote:
> Ok?
> +  ui_out_table_header (uiout, 10, ui_left, "refcount", "Refcount");
> +  ui_out_table_header (uiout, 10, ui_left, "addr", "Address");
> +  ui_out_table_header (uiout, 40, ui_left, "filename", "Filename");

When you ask I was not so happy with the constant widths but I am OK with it as
this is only 'maint' command; still at least there could be like from probe.c:

  /* What's the size of an address in our architecture?  */
  size_addr = gdbarch_addr_bit (gdbarch) == 64 ? 18 : 10;


Thanks,
Jan


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