[Lldb-commits] [PATCH] D110721: [lldb] [Host] Refactor TerminalState
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 29 10:20:04 PDT 2021
mgorny marked an inline comment as done.
mgorny added inline comments.
================
Comment at: lldb/include/lldb/Host/Terminal.h:20
+
struct termios;
----------------
shafik wrote:
> I don't think we need this forward declaration anymore.
You are correct, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110721/new/
https://reviews.llvm.org/D110721
More information about the lldb-commits
mailing list