This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Make DoReadMemory a protected method.
ClosedPublic

Authored by JDevlieghere on Jan 7 2021, 8:50 PM.

Details

Reviewers
kastiglione
Group Reviewers
Restricted Project
Commits
rG57e0cd356287: [lldb] Make DoReadMemory a protected method.
Summary

DoReadMemory is LLDB's internal implementation and shouldn't be called directly.

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Jan 7 2021, 8:50 PM
JDevlieghere created this revision.
kastiglione accepted this revision.Jan 7 2021, 8:51 PM
This revision is now accepted and ready to land.Jan 7 2021, 8:51 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 7 2021, 9:06 PM