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 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
