gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / terminal.h
index 0027a3aff4b752375d1b623c1142eb72baa71cea..8ae8fd8cde7104a38869b932e51af0f1b401e0c2 100644 (file)
@@ -1,5 +1,5 @@
 /* Terminal interface definitions for GDB, the GNU Debugger.
-   Copyright (C) 1986-2017 Free Software Foundation, Inc.
+   Copyright (C) 1986-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -29,6 +29,9 @@ extern void new_tty_postfork (void);
 
 extern void copy_terminal_info (struct inferior *to, struct inferior *from);
 
+/* Exchange the terminal info and state between inferiors A and B.  */
+extern void swap_terminal_info (inferior *a, inferior *b);
+
 extern pid_t create_tty_session (void);
 
 /* Set up a serial structure describing standard input.  In inflow.c.  */
This page took 0.023902 seconds and 4 git commands to generate.