Re: Can GDB save and restore the terminal settings between break and resume of a program ?
William Tambe <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAF8i9mNi6q8_-GMV5jQcBQne+OXw4H_O2GSdiQw396XVYm7PcA@mail.gmail.com> |
GDB configured as "x86_64-linux-gnu" is capable of saving and restoring the terminal setting between break and resume of a program. What change needs to be done to enable that capability in a new GDB port ? On Tue, Dec 24, 2019 at 7:12 AM William Tambe <[email protected]> wrote: > > Using tcgetattr() and tcsetattr(), is it possible to make GDB save and > restore the terminal settings between break and resume of a program ?