[Lldb-commits] [PATCH] D11094: Refactor Unix signals.

Chaoren Lin chaorenl at google.com
Fri Jul 10 10:25:54 PDT 2015


chaoren added a comment.

> It would be nice from the standpoint that you might be able to grab a copy of them and modify them before any processes are launched, but I don't see us doing any of this anywhere so I would rather avoid it until we do.


We do this in the gdb remote tests. I added the `kill -l` workaround, but that doesn't work on prehistoric shells.

> Each platform might be able to guess what signals it has by making a constant copy of some signals from some version of the their previous OS's but this can get out of date


Yes, that's the fall back. Doesn't Process do this currently? If so, I don't see how this is worse.


http://reviews.llvm.org/D11094







More information about the lldb-commits mailing list