[Lldb-commits] [PATCH] D68312: [gdb-remote] process properly effective uid
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 2 00:52:04 PDT 2019
labath added a comment.
Someone also didn't write a test for that. :) Let's not make the same mistake. The same two options I mentioned in D68293 <https://reviews.llvm.org/D68293> should apply here too, though for this case, I would slightly prefer the c++ unit test route, as it will isolate you from the weirdness of the host platforms and their uid handling.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68312/new/
https://reviews.llvm.org/D68312
More information about the lldb-commits
mailing list