[Lldb-commits] [PATCH] Add qModuleInfo request in order to get module information (uuid, triple, ..) by module path from remote platform.

Vince Harron vharron at google.com
Thu Feb 19 09:47:28 PST 2015


================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:1128
@@ +1127,3 @@
+
+    const auto uuid_str = module->GetUUID().GetAsString();
+    response.PutCString ("uuid:");
----------------
Maybe return an error code if there is no UUID in the module?  Or add timestamp or timestamp+date as UUID?

http://reviews.llvm.org/D7709

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






More information about the lldb-commits mailing list