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

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 19 10:50:51 PDT 2021


mgorny updated this revision to Diff 380731.
mgorny retitled this revision from "[lldb] Add serial:// protocol for connecting to serial port [WIP/PoC]" to "[lldb] Add serial:// protocol for connecting to serial port".
mgorny added a comment.

Move `serial://` URL parsing to `SerialPort` class. Improve error handling.


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

https://reviews.llvm.org/D111355

Files:
  lldb/include/lldb/Host/File.h
  lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
  lldb/source/Host/common/File.cpp
  lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
  lldb/test/API/functionalities/gdb_remote_client/TestPty.py
  lldb/test/API/functionalities/gdb_remote_client/gdbclientutils.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111355.380731.patch
Type: text/x-patch
Size: 14332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211019/df60d035/attachment-0001.bin>


More information about the lldb-commits mailing list