mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
Always call the wrap_here method
This changes all existing calls to wrap_here to call the method on the appropriate ui_file instead. The choice of ui_file is determined by context.
This commit is contained in:
@@ -52,7 +52,7 @@ print_flush (void)
|
||||
|
||||
/* 1. The _filtered buffer. */
|
||||
if (filtered_printing_initialized ())
|
||||
wrap_here (0);
|
||||
gdb_stdout->wrap_here (0);
|
||||
|
||||
/* 2. The stdio buffer. */
|
||||
gdb_flush (gdb_stdout);
|
||||
|
||||
Reference in New Issue
Block a user