[PATCH] D56233: [lldb-server] Add initial support for lldb-server on Windows
Aaron Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 12:57:50 PDT 2019
asmith marked 4 inline comments as done.
asmith added inline comments.
================
Comment at: source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h:294
+
+ lldb_private::UUID m_uuid;
};
----------------
labath wrote:
> Move UUID handling into a separate patch.
The UUID change is being discussed here https://reviews.llvm.org/D56229
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56233/new/
https://reviews.llvm.org/D56233
More information about the llvm-commits
mailing list