[Lldb-commits] [lldb] [lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (PR #127505)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 20 08:04:34 PDT 2025
================
@@ -0,0 +1,19 @@
+void __attribute__((naked)) incomplete_cas(int *a, int *b) {
----------------
DavidSpickett wrote:
Actually I think it's not missing, it's doing something else? The sc.w part.
Anyway, a comment will make this clear.
https://github.com/llvm/llvm-project/pull/127505
More information about the lldb-commits
mailing list