[Lldb-commits] [PATCH] D117928: [lldb] Disable tests for x86 that uses write command on XMM registers

2022-01-22 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Ok, so to summarize: there's some CPU families where setting `xmm2..xmm9` via ptrace doesn't work for some reason? That's quite weird. Could it be an `xsave` bug perhaps? FWICS the corresponding read test passes, so apparently setting them directly within the program wo

[Lldb-commits] [PATCH] D117707: [lldb] [Platform] Support synthesizing siginfo_t

2022-01-22 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 402193. mgorny added a comment. Combine the tests for various 32-bit and 64-bit arches, as they have the same offset-size pairs. Instead of repeating them, just iterate over the list of arches. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117707/ne

[Lldb-commits] [PATCH] D117707: [lldb] [Platform] Support synthesizing siginfo_t

2022-01-22 Thread Michał Górny via Phabricator via lldb-commits
mgorny updated this revision to Diff 402208. mgorny added a comment. Add NetBSD. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117707/new/ https://reviews.llvm.org/D117707 Files: lldb/bindings/interface/SBPlatform.i lldb/include/lldb/API/SBPlatform.h lldb/include/lldb/API/SBType.

[Lldb-commits] [PATCH] D117928: [lldb] Disable tests for x86 that uses write command on XMM registers

2022-01-22 Thread Luís Ferreira via Phabricator via lldb-commits
ljmf00 added a comment. In D117928#3263319 , @mgorny wrote: > Ok, so to summarize: there's some CPU families where setting `xmm2..xmm9` via > ptrace doesn't work for some reason? That's quite weird. Could it be an > `xsave` bug perhaps? Exactly. `ptrac

[Lldb-commits] [PATCH] D117928: [lldb] Disable tests for x86 that uses write command on XMM registers

2022-01-22 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Thank you. Yes, please test on an older kernel, in case it's specifically a kernel regression. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D117928/new/ https://reviews.llvm.org/D117928