[Lldb-commits] [PATCH] D33998: Add pretty-printer for wait(2) statuses and modernize the code handling them
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jun 7 10:30:40 PDT 2017
krytarowski added inline comments.
================
Comment at: source/Host/common/Host.cpp:1001
+ return {Stop, uint8_t(WSTOPSIG(wstatus))};
+ llvm_unreachable("Unknown wait status");
+}
----------------
`WIFCONTINUED()`?
https://reviews.llvm.org/D33998
More information about the lldb-commits
mailing list