This enables correct handling of real time signals by lldb.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
Looks good
test/functionalities/signal/raise/TestRaise.py | ||
---|---|---|
22 ↗ | (On Diff #26240) | I would prefer to see 2 separate test cases for this (with passing / waithout passing) where one of them is XFAIL-ed because grep-ing for this comment is a bit difficult |
test/functionalities/signal/raise/TestRaise.py | ||
---|---|---|
22 ↗ | (On Diff #26240) | It's not really clear what is the correct behavior in this case or how to write a test for it. You would need to "resume" (from the ptrace-stop) the inferior but keep it stopped (in the normal SIGSTOP sense) and have it wait until it receives a SIGCONT. This is quite an obscure feature, which i don't think we'll support in the near future. I can make it a bit more visible by adding a dummy @expectedFailure, but that's all it deserves i think. |
test/functionalities/signal/raise/TestRaise.py | ||
---|---|---|
22 ↗ | (On Diff #26240) | If that case isn't clear then just leave it as it is now and we will create a test when we know what is the expected behavior. |