[Lldb-commits] [PATCH] Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging

Tamas Berghammer tberghammer at google.com
Wed Mar 11 10:51:03 PDT 2015


REPOSITORY
  rL LLVM

================
Comment at: tools/lldb-server/lldb-gdbserver.cpp:490
@@ -507,2 +489,3 @@
 {
-    initialize ();
+#ifndef _WIN32
+    // Setup signal handlers first thing.
----------------
ovyalov wrote:
> We'll need to apply such conditional compilation in lldb-platform.cpp as well https://github.com/llvm-mirror/lldb/blob/master/tools/lldb-server/lldb-platform.cpp#L108 - but not necessary for this CL.  
lldb-platform not used on Windows (at least not yet)

http://reviews.llvm.org/D8186

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






More information about the lldb-commits mailing list