This is an archive of the discontinued LLVM Phabricator instance.

[LLDB] Change RegisterValue::SetFromMemoryData to const RegisterInfo&
ClosedPublic

Authored by DavidSpickett on Oct 11 2022, 7:06 AM.

Details

Summary

All callers were either assuming their pointer was not null before calling
this, or checking beforehand.

Diff Detail

Event Timeline

DavidSpickett created this revision.Oct 11 2022, 7:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 7:06 AM
DavidSpickett requested review of this revision.Oct 11 2022, 7:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 7:06 AM

This set of 4 patches will be it for a while on this front, honest :)

Thanks for the reviews so far!

clayborg accepted this revision.Oct 11 2022, 11:27 AM
This revision is now accepted and ready to land.Oct 11 2022, 11:27 AM