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: Disassemble branch delay slot instructions automatically


On Fri, May 18, 2007 at 04:46:55PM +0100, Maciej W. Rozycki wrote:
> On Wed, 16 May 2007, Daniel Jacobowitz wrote:
> 
> > I would like additional opinions on this patch.
> 
>  I wouldn't mind either.

Well, we didn't get any.

I think the patch is pretty much OK, except for the use of
TARGET_PRINT_INSN.  We're trying to eliminate the gdbarch macros now.
I think the best solution would be to add the extra argument to
gdb_print_insn; it's only used here and in the TUI.

Why did you need the new function that modified an existing
disassemble_info, instead of using the existing one?

This probably deserves a NEWS entry.

-- 
Daniel Jacobowitz
CodeSourcery


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