Hello Greg,
Thank you very much for this explanation. It makes perfect sense to me now
the reason for the crash at ABISysV_x86_64.cpp:485, and that supplying the
generic register information will solve the problem.
Testing out the following, the crash no longer occurs:
The issue is LLDB wants to know information in the registers in the register
context regarding how they map to "generic" registers. For x86_64 this means:
LLDB_REGNUM_GENERIC_PC -> rip
LLDB_REGNUM_GENERIC_SP -> rsp
LLDB_REGNUM_GENERIC_FP -> rbp
LLDB_REGNUM_GENERIC_RA