[patch rfc] Add gdb_print_insn (eliminate many tm_print_insn_info)

Andrew Cagney ac131313@redhat.com
Fri May 2 00:45:00 GMT 2003


Hello,

This patch adds a second entry point (gdb_print_insn) into the 
disassembler.  The new entry point makes it possible to replace things like:

	TARGET_PRINT_INSN (addr, &deprecated_tm_print_insn_info);

with

	gdb_print_insn (addr, stream);

Baring comment, I'll commit this in a few days,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20030502/6bee6776/attachment.ksh>


More information about the Gdb-patches mailing list