gdb/testsuite: some additional tests in gdb.tui/scroll.exp
[binutils-gdb.git] / gdb / printcmd.c
index b200ccf11418a23c20708747839ac995fd645ef9..3c78edf7cce0dfd5a426e949b860ed62b9f35422 100644 (file)
@@ -1493,7 +1493,6 @@ output_command (const char *exp, int from_tty)
 
   annotate_value_end ();
 
-  gdb_stdout->wrap_here (0);
   gdb_flush (gdb_stdout);
 }
 
@@ -1633,8 +1632,8 @@ info_address_command (const char *exp, int from_tty)
       if (is_a_field_of_this.type != NULL)
        {
          gdb_printf ("Symbol \"");
-         fprintf_symbol_filtered (gdb_stdout, exp,
-                                  current_language->la_language, DMGL_ANSI);
+         fprintf_symbol (gdb_stdout, exp,
+                         current_language->la_language, DMGL_ANSI);
          gdb_printf ("\" is a field of the local class variable ");
          if (current_language->la_language == language_objc)
            gdb_printf ("`self'\n");    /* ObjC equivalent of "this" */
@@ -1653,8 +1652,8 @@ info_address_command (const char *exp, int from_tty)
          load_addr = BMSYMBOL_VALUE_ADDRESS (msymbol);
 
          gdb_printf ("Symbol \"");
-         fprintf_symbol_filtered (gdb_stdout, exp,
-                                  current_language->la_language, DMGL_ANSI);
+         fprintf_symbol (gdb_stdout, exp,
+                         current_language->la_language, DMGL_ANSI);
          gdb_printf ("\" is at ");
          fputs_styled (paddress (gdbarch, load_addr), address_style.style (),
                        gdb_stdout);
@@ -3299,18 +3298,6 @@ Use \"set variable\" for variables with names identical to set subcommands.\n\
 With a subcommand, this command modifies parts of the gdb environment.\n\
 You can see these environment settings with the \"show\" command."),
                  &setlist, 1, &cmdlist);
-  if (dbx_commands)
-    add_com ("assign", class_vars, set_command, _("\
-Evaluate expression EXP and assign result to variable VAR.\n\
-Usage: assign VAR = EXP\n\
-This uses assignment syntax appropriate for the current language\n\
-(VAR = EXP or VAR := EXP for example).\n\
-VAR may be a debugger \"convenience\" variable (names starting\n\
-with $), a register (a few standard names starting with $), or an actual\n\
-variable in the program being debugged.  EXP is any valid expression.\n\
-Use \"set variable\" for variables with names identical to set subcommands.\n\
-\nWith a subcommand, this command modifies parts of the gdb environment.\n\
-You can see these environment settings with the \"show\" command."));
 
   /* "call" is the same as "set", but handy for dbx users to call fns.  */
   c = add_com ("call", class_vars, call_command, _("\