[Lldb-commits] [PATCH] Move full initialization to lldb/API
Tamas Berghammer
tberghammer at google.com
Fri Mar 27 04:21:55 PDT 2015
If you fix the namespace problem (see inline comment) than it looks good and don't cause any issue with remote Linux.
================
Comment at: tools/lldb-server/lldb-server.cpp:20
@@ -15,1 +19,3 @@
+static llvm::ManagedStatic<SystemLifetimeManager> g_debugger_lifetime;
+
----------------
SystemLifetimeManager is in lldb_private namespace. Please add namespace declaration as it isn't compile on Linux this way.
http://reviews.llvm.org/D8462
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list