[Lldb-commits] [PATCH] D111890: [lldb] [Host] Make Terminal methods return llvm::Error

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 18 02:20:29 PDT 2021


mgorny marked an inline comment as done.
mgorny added inline comments.


================
Comment at: lldb/include/lldb/Host/Terminal.h:21
 public:
+  struct Data;
+
----------------
labath wrote:
> Move this into the protected section
If I do that, I can't use it from `TerminalState`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111890/new/

https://reviews.llvm.org/D111890



More information about the lldb-commits mailing list