[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
Thu Oct 21 00:46:30 PDT 2021


mgorny added inline comments.


================
Comment at: lldb/source/Host/common/Terminal.cpp:117
+  switch (baud_rate) {
+#if defined(B0)
+  case 0:
----------------
labath wrote:
> Out of curiosity: how does a baud rate of zero work?
It triggers a "hang up" signal to the modem. To be honest, I don't think we actually need that and it's kinda ugly API, so maybe I should remove it.


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

https://reviews.llvm.org/D111030



More information about the lldb-commits mailing list