AAugusto Noronha[lldb] Adapt lldb tests to changes in 71cdb8c6f144
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add a darwin platform setting to specify which exceptions debugserver should not receive as exceptions (some will get converted to BSD signals instead). This is really the only stable way to ensure that a Mach exception gets converted to it's equivalent BSD signal. For programs that rely on BSD signal handlers, this has to happen or you can't even get the program to invoke the signal handler when under the debugger. This builds on a previous solution to this problem which required you start debugserver with the -U flag. This was not very discoverable and required lldb be the one to launch debugserver, which is not always the case. Differential Revision: https://reviews.llvm.org/D125434 | 4 年前 | |
TestIgnoredExceptions.py needs support from debugserver, so it needs to be marked skip if out of tree debugserver. | 3 年前 | |
[lldb] Adapt lldb tests to changes in 71cdb8c6f144 | 3 年前 |