[Lldb-commits] [lldb] [lldb][AArch64] Fix Apple M4 on Linux (PR #135563)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 28 04:03:18 PDT 2025
DavidSpickett wrote:
> FWIW, it would be super convenient if QEMU could be set up to emulate this precise configuration. You don't happen to have connections to someone who could be prodded into implementing it? :-)
A least for Linaro, there are no plans to implement this. QEMU doesn't try to be a completely general model so I suspect until there is a common CPU that does this, or some system standard that requires it, it would not be a priority.
Someone else could try hacking it in and see if it's feasible to contribute such a mode. I have no estimate how much work it would be.
In the meantime there's Arm's Foundation Model, though it only does whole system emulation.
https://github.com/llvm/llvm-project/pull/135563
More information about the lldb-commits
mailing list