2003-05-03 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 3 May 2003 19:13:04 +0000 (19:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 3 May 2003 19:13:04 +0000 (19:13 +0000)
commit92bf2b80f20268d032bb7f55103514324ff939b9
tree073b7936e0f7136bc12cee866383c3f68b2cf627
parent633a0b73d4990a24384ff4fe24c04e22b5e1204e
2003-05-03  Andrew Cagney  <cagney@redhat.com>

* disasm.h (print_insn): Declare.
* disasm.c (init_gdb_disassemble_info): New function.
(gdb_disassembly): Call init_gdb_disassemble_info.
(gdb_print_insn): New function.
* v850-tdep.c (v850_scan_prologue): Call gdb_print_insn, instead
of TARGET_PRINT_INSN.  Send debug info to "gdb_stdlog".
* mcore-tdep.c: Include "disasm.h"
(mcore_dump_insn): Call gdb_print_insn, instead of TARGET_PRINT_INSN.
* d10v-tdep.c: Include "disasm.h".
(display_trace): Call gdb_print_insn, instead of print_insn.
(print_insn): Delete function.
* printcmd.c: Include "disasm.h".
(print_insn): Delete function.
(print_formatted): Call gdb_print_insn, instead of print_insn.
* Makefile.in (printcmd.o): Update dependencies.
(mcore-tdep.o, d10v-tdep.o): Ditto.

2003-05-03  Andrew Cagney  <cagney@redhat.com>

* tuiDisassem.c (tui_disassemble): Call gdb_print_insn, instead of
TARGET_PRINT_INSN.  Do not initialize a disassemble_info object.
gdb/ChangeLog
gdb/Makefile.in
gdb/d10v-tdep.c
gdb/disasm.c
gdb/disasm.h
gdb/mcore-tdep.c
gdb/printcmd.c
gdb/tui/ChangeLog
gdb/tui/tuiDisassem.c
gdb/v850-tdep.c
This page took 0.025029 seconds and 4 git commands to generate.