Have 'thread|frame apply' style their output.
[deliverable/binutils-gdb.git] / gdb / stack.c
index f7fd9433b5600cc2acb7b955b61193ce37d8ff08..e5de10949d05be52e2a5a3917db9098f7f8e0b6e 100644 (file)
@@ -2693,7 +2693,8 @@ frame_apply_command_count (const char *which_command,
               set to the selected frame.  */
            scoped_restore_current_thread restore_fi_current_frame;
 
-           cmd_result = execute_command_to_string (cmd, from_tty);
+           cmd_result = execute_command_to_string
+             (cmd, from_tty, gdb_stdout->term_out ());
          }
          fi = get_selected_frame (_("frame apply "
                                     "unable to get selected frame."));
This page took 0.024432 seconds and 4 git commands to generate.