While the specification says that the 64bit registers are prefixed with
x, it seems that many people still use r. Until recently, we had been using
the r prefix instead of the x prefix in ds2. This caused lldb to fail during
unwinding. I think it's reasonable to check for a register prefixed with r,
since some people still choose to use r.
Details
Details
- Reviewers
sas fjricci clayborg - Commits
- rG7c6d1c3171a4: Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
rLLDB315221: Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
rL315221: Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
Diff Detail
Diff Detail
- Repository
- rL LLVM