[Lldb-commits] [lldb] [lldb] Added a warning in case of instruction decode failure (PR #164413)
Timur Golubovich via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 22 07:19:59 PDT 2025
================
@@ -0,0 +1,32 @@
+"""
+Test the 'memory read' command when decoding instruction failures.
+"""
----------------
tgs-sc wrote:
I checked on riscv, it works (still fails). Enabled this test also for AArch64.
https://github.com/llvm/llvm-project/pull/164413
More information about the lldb-commits
mailing list