[Lldb-commits] [PATCH] D14085: Make Socket to support plugin interface

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 26 13:06:43 PDT 2015


clayborg added a comment.

The plug-in interface I was thinking of was the Connection class. This would allow different platforms to support different Connection subclasses for things like network, serial, USB, Firewire, shared memory, IPC and others. Not sure if socket is stand alone enough to warrant its own plug-in interface. How are the socket subclasses used around LLDB? Are they used directly? Or are they place into a Connection class?


http://reviews.llvm.org/D14085





More information about the lldb-commits mailing list