This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Switch to RegisterInfo& for EmulateInstruction::WriteRegister
ClosedPublic

Authored by DavidSpickett on Sep 30 2022, 7:12 AM.

Details

Summary

WriteRegister and WriteRegisterUnsigned were never pased nullptr,
and only one of them appeared to handle it. Switch to ref to make
the intent clear.

Depends on D134962

Diff Detail