On 18/06/25 11:02, Aditya Gupta wrote:
Few vmcores don't have vmcoreinfo elf note, such as those created
using
virsh-dump.
Unable to test this patch on arm64, don't have an arm64 system, and
issues with my qemu setup.
This has been sent in the past, but had issues on arm64 and x86, since i
was accessing kernel symbols before GDB interface is initialised.
Though, since the change is in arch-independent codepath, I have ensured
if GDB interface is not initialised, it will just fall back to previous
state of returning null as if symbol not found.
Thanks,
Aditya Gupta