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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits