[Lldb-commits] [PATCH] D10886: Add --port-file flag to lldb-platform to store port number which platform is listening

Oleksiy Vyalov ovyalov at google.com
Mon Jul 6 11:03:10 PDT 2015


ovyalov marked an inline comment as done.

================
Comment at: tools/lldb-server/lldb-platform.cpp:197
@@ +196,3 @@
+            if (optarg && optarg[0])
+              port_file.SetFile(optarg, false);
+            break;
----------------
tberghammer wrote:
> (nit): Indentation
Fixed.


http://reviews.llvm.org/D10886







More information about the lldb-commits mailing list