[Lldb-commits] [PATCH] D33998: Add pretty-printer for wait(2) statuses and modernize the code handling them

2017-06-13 Thread Pavel Labath via Phabricator via lldb-commits
labath marked 2 inline comments as done. labath added inline comments. Comment at: source/Host/common/Host.cpp:1010 +static constexpr char type[] = "WXS"; +OS << formatv("{0}{1:x-2}", type[WS.type], WS.status); +return; eugene wrote: > type[WS.type]

[Lldb-commits] [PATCH] D33998: Add pretty-printer for wait(2) statuses and modernize the code handling them

2017-06-13 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 102309. labath marked an inline comment as done. labath added a comment. Use a switch instead of indexing the array with an enum value https://reviews.llvm.org/D33998 Files: include/lldb/Host/Host.h include/lldb/Host/common/NativeProcessProtocol.h incl

[Lldb-commits] [lldb] r305286 - Mark TestCallThatRestarts as flaky on android

2017-06-13 Thread Pavel Labath via lldb-commits
Author: labath Date: Tue Jun 13 06:13:11 2017 New Revision: 305286 URL: http://llvm.org/viewvc/llvm-project?rev=305286&view=rev Log: Mark TestCallThatRestarts as flaky on android This test started being flaky since r303848 (RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false). I am not