This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: Dump machine register in readelf debug output


On Sat, Jan 26, 2008 at 06:07:58PM -0500, Daniel Jacobowitz wrote:
> On Sat, Jan 26, 2008 at 02:30:51PM -0800, H.J. Lu wrote:
> > It is often very useful to display machine register instead of
> > dwarf register in readelf debug output. This patch add new
> > options -wM/--debug-dump=register to readelf for i386 and x86-64.
> 
> How about doing this without a new option?  e.g.
> 
>   DW_CFA_offset: r3 (%ebx) at cfa-8
> 
> or
> 
>   DW_CFA_offset: %ebx (r3) at cfa-8

I prefer 

  DW_CFA_offset: r3 (ebx) at cfa-8

without %. Is that OK with everyone?


H.J.


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