[patch rfc] Deprecate tm_print_insn_info

Andrew Cagney ac131313@redhat.com
Mon Apr 28 22:09:00 GMT 2003


Hello,

This patch cleans up / deprecates:

	tm_print_insn_info
	TARGET_PRINT_INSN_INFO
	dis_asm_print_address
	dis_asm_memory_read
	dis_asm_memory_error

they are merged into a single:

	deprecated_tm_print_insn_info

that lives in "disasm.c".  It would all be static, with 
"deprecated_tm_print_insn_info" deleted, if it were not for some 
accesses that still need eliminating (at least it is now possible to 
find them).

Note that "printcmd.c" is still using deprecated_tm_print_insn_info 
instead of gdb_disassemble.  Turns out that further gdb_disassemble 
fixes are needed - the "sim" target has the same problems as "core", 
"thread", "procfs", ....  Fix to follow.

I'll commit in a day or so,
Andrew
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diffs
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20030428/d321a07e/attachment.ksh>


More information about the Gdb-patches mailing list