[Lldb-commits] [PATCH] D111355: [lldb] Add serial:// protocol for connecting to serial port

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 21 00:30:44 PDT 2021


labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lldb/source/Host/common/File.cpp:847
+    : NativeFile(fd, options, transfer_ownership), m_state(fd) {}
+Status SerialPort::Close() {
+  m_state.Restore();
----------------
Empty line here


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

https://reviews.llvm.org/D111355



More information about the lldb-commits mailing list