[Lldb-commits] [lldb] [lldb][RISCV][test] make atomic region stepping test more robust (PR #156506)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 3 01:54:26 PDT 2025
https://github.com/DavidSpickett commented:
How exactly is it vulnerable?
I think the mnemonic you land on would also be vulnerable to codegen changes as well. Unless you arrange for the step to never leave your inline asm blocks, then you can guarantee what it will be.
Maybe that is what you have done, it's hard to tell just by the diff.
https://github.com/llvm/llvm-project/pull/156506
More information about the lldb-commits
mailing list