I've kept the two in separate cpp files with a new cpp file for lldb-server 
which calls the main on one or the other.


REPOSITORY
  rL LLVM

================
Comment at: 
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp:493
@@ -492,3 +492,3 @@
     // FIXME This looks an awful lot like we could override this in
-    // derived classes, one for lldb-platform, the other for lldb-gdbserver.
+    // derived classes, one for platform, the other for gdbserver.
     if (IsGdbServer ())
----------------
vharron wrote:
> I actually don't like lldb being removed from lldb-gdbserver.  Then you just 
> have something that doesn't make sense, because it isn't gdbserver.  I think 
> we should stick with lldb-gdbserver and also lldb-platform to differentiate 
> the platform process from the platform command/concept.
Undone.

http://reviews.llvm.org/D7545

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to