[Lldb-commits] [PATCH] D111030: [lldb] [Host] Add setters for common teletype properties to Terminal

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 5 02:54:12 PDT 2021


mgorny updated this revision to Diff 377133.
mgorny added a comment.

Remove support for 1.5 stop bits — it's valid only for 5-bit transmission (which we don't support). Simplify the API to use integer instead of enum.


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

https://reviews.llvm.org/D111030

Files:
  lldb/include/lldb/Host/Terminal.h
  lldb/source/Host/common/Terminal.cpp
  lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  lldb/unittests/Host/posix/TerminalTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111030.377133.patch
Type: text/x-patch
Size: 13382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211005/f6dff0ab/attachment.bin>


More information about the lldb-commits mailing list