From: Stu Grossman Date: Mon, 16 Oct 1995 18:54:29 +0000 (+0000) Subject: * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d807bd87724e3d38d02993a4d572693950e08a8f;p=binutils-gdb.git * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of fprintf_filtered. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4735333a97b..da5028d0334 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com) + * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of + fprintf_filtered. + * Makefile.in sh3-rom.c config/sh/sh.mt config/sh/tm-sh.h: Add sh3 monitor support. * monitor.c: Cleanup regexp compilation stuff to make it easier diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c index 7949e1df6d6..d9ba642613a 100644 --- a/gdb/gdbtk.c +++ b/gdb/gdbtk.c @@ -790,7 +790,7 @@ gdb_disassemble (clientData, interp, argc, argv) CORE_ADDR pc, low, high; int mixed_source_and_assembly; static disassemble_info di = { - (fprintf_ftype) fprintf_filtered, /* fprintf_func */ + (fprintf_ftype) fprintf_unfiltered, /* fprintf_func */ gdb_stdout, /* stream */ NULL, /* application_data */ 0, /* flags */