[Lldb-commits] [lldb] [lldb] Added a warning in case of instruction decode failure (PR #164413)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 21 14:00:26 PDT 2025
================
@@ -0,0 +1,4 @@
+int main(int argc, const char *argv[]) {
+ char my_insns[4] = {0xff, 0xff, 0xff, 0xff};
----------------
DavidSpickett wrote:
Include the comment from the Python part of the test here as well.
https://github.com/llvm/llvm-project/pull/164413
More information about the lldb-commits
mailing list