aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-10-16 18:54:29 +0000
committerStu Grossman <grossman@cygnus>1995-10-16 18:54:29 +0000
commitd807bd87724e3d38d02993a4d572693950e08a8f (patch)
treedddd86ebe9083036a79f5dee689a046fcc53db81 /gdb/gdbtk.c
parent1480482acb1246a03fd9fe6615d221b09b5ab5e6 (diff)
downloadfsf-binutils-gdb-d807bd87724e3d38d02993a4d572693950e08a8f.zip
fsf-binutils-gdb-d807bd87724e3d38d02993a4d572693950e08a8f.tar.gz
fsf-binutils-gdb-d807bd87724e3d38d02993a4d572693950e08a8f.tar.bz2
* gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of
fprintf_filtered.
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r--gdb/gdbtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c
index 7949e1d..d9ba642 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 */