[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 04:22:03 PDT 2025


================
@@ -0,0 +1,32 @@
+"""
+Test the 'memory read' command when decoding instruction failures.
+"""
----------------
tgs-sc wrote:

> I suggest moving this test to a more generic place and only running it on risc-v for the time being. I can add an AArch64 encoding to it.

I wil be grateful if you provide such bytes for me. So I plan to move this test to `lldb/test/API/commands/memory/read`, will it be ok? So, the will be 2 target-specific tests. For RISC-V and for AArch64.

https://github.com/llvm/llvm-project/pull/164413


More information about the lldb-commits mailing list