This is an archive of the discontinued LLVM Phabricator instance.

[lldb] [Process/FreeBSD] Fix arm64 build after RegisterInfoPOSIX_arm64 changes
ClosedPublic

Authored by mgorny on Apr 29 2021, 4:57 AM.

Details

Summary

Commit 88a5b35d63f927db69ec953ff487a7ba2504a610 changed the API
of RegisterInfoPOSIX_arm64 and effectively broke the FreeBSD plugin.
Update it to work with the new API.

Diff Detail

Event Timeline

mgorny created this revision.Apr 29 2021, 4:57 AM
mgorny requested review of this revision.Apr 29 2021, 4:57 AM
krytarowski accepted this revision.May 1 2021, 1:48 PM
This revision is now accepted and ready to land.May 1 2021, 1:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2021, 1:51 PM