[Lldb-commits] [PATCH] D32930: New framework for lldb client-server communication tests.
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 12 13:56:54 PDT 2017
krytarowski added inline comments.
================
Comment at: unittests/tools/lldb-server/tests/MessageObjects.h:33
+ uid_t real_uid;
+ unsigned int real_gid;
+ uid_t effective_uid;
----------------
Is there an option to use `gid_t`?
https://reviews.llvm.org/D32930
More information about the lldb-commits
mailing list