[Lldb-commits] [PATCH] D57959: [lldb] [MainLoop] Initialize empty sigset_t correctly
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 11 01:44:48 PST 2019
labath added a comment.
In D57959#1392394 <https://reviews.llvm.org/D57959#1392394>, @mgorny wrote:
> I was experimenting with disabling kevent, and apparently no other NetBSD mechanism is supported by LLDB. Noticed this issue, so figured I'll fix it while at it.
Ok, thanks. Just FYI: I think you should at least have pselect, but that one is currently not selected by cmake, but it's hardcoded for android. Fixing that should be easy, if you ever need it.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57959/new/
https://reviews.llvm.org/D57959
More information about the lldb-commits
mailing list