[Lldb-commits] [PATCH] Merge lldb-platform and lldb-gdbserver into a single binary.

Tamas Berghammer tberghammer at google.com
Thu Feb 12 02:47:53 PST 2015


Please update the project files for the xcode project and test the build on Windows because the compilation of lldb-platform was disabled on Windows before this CL.


REPOSITORY
  rL LLVM

================
Comment at: tools/lldb-server/lldb-gdbserver.cpp:57-58
@@ +56,4 @@
+
+namespace
+{
+
----------------
Please make the functions and the global variables static instead of using an anonymous namespace.

================
Comment at: tools/lldb-server/lldb-platform.cpp:42-43
@@ +41,4 @@
+
+namespace
+{
+
----------------
Please make the functions and the global variables static instead of using an anonymous namespace.

http://reviews.llvm.org/D7545

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






More information about the lldb-commits mailing list