[Lldb-commits] [lldb] [lldb] Handle an empty SBMemoryRegionInfo from scripted process (PR #115963)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 18 11:02:13 PST 2024
jasonmolenda wrote:
> Thanks Jason. Looks good. (I think the arm failure is due to it being a 32-bit machine. Maybe it would be sufficient to use 32-bit values everywhere?)
I think the fail on the arm bot was because I have a scripted process plugin and it imports examples/python/templates/scripted_process.py which only has register definitions for arm64 and x86_64. I added a skip for non-matching Targets shortly after I landed the patch.
https://github.com/llvm/llvm-project/pull/115963
More information about the lldb-commits
mailing list