This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Move DynamicRegisterInfo to public Target library
ClosedPublic

Authored by mgorny on Oct 1 2021, 8:25 AM.

Details

Summary

Move DynamicRegisterInfo from the internal lldbPluginProcessUtility
library to the public lldbTarget library. This is a prerequisite
towards ABI plugin changes that are going to pass DynamicRegisterInfo
parameters.

Diff Detail

Event Timeline

mgorny requested review of this revision.Oct 1 2021, 8:25 AM
mgorny created this revision.
labath accepted this revision.Oct 5 2021, 12:58 AM
This revision is now accepted and ready to land.Oct 5 2021, 12:58 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2021, 3:41 AM