From afe4ca159ba3a3dc7a7af235fb13c4c234e550c3 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Tue, 15 Oct 1991 23:29:34 +0000 Subject: Changes from Fred Fish: * tm-68k.h (FPI_REGNUM): Add. * infrun.c (child_create_inferior): flush stdout and stderr before forking. * configure.in: Handle amigados, amix hosts and targets. * inflow.c: Handle TIOCGLTC_BROKEN for Amiga. From Andreas Schwab: * values.c (show_convenience): Use printf_filtered. * main.c (define_command): Check result of lookup_command for exact match. (echo_command): Use printf_filtered, and force output out. * dbxread.c (read_enum_type): Avoid Modula-2 kludge that breaks C programs. * i387-tdep.c (double_to_i387): Fix typo for double_to_ieee_extended. * utils.c (_initialize_utils): If !ISATTY, don't paginate. --- gdb/values.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/values.c') diff --git a/gdb/values.c b/gdb/values.c index 380a9cc..0f5e1e7 100644 --- a/gdb/values.c +++ b/gdb/values.c @@ -493,9 +493,9 @@ show_convenience () #endif varseen = 1; } - printf ("$%s = ", var->name); + printf_filtered ("$%s = ", var->name); value_print (var->value, stdout, 0, Val_pretty_default); - printf ("\n"); + printf_filtered ("\n"); } if (!varseen) printf ("No debugger convenience variables now defined.\n\ -- cgit v1.1