This is an archive of the discontinued LLVM Phabricator instance.

Expose GetAddressingBits() in the Process API
ClosedPublic

Authored by aprantl on Mar 23 2022, 1:21 PM.

Diff Detail

Event Timeline

aprantl created this revision.Mar 23 2022, 1:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 1:21 PM
aprantl requested review of this revision.Mar 23 2022, 1:21 PM
This revision is now accepted and ready to land.Mar 23 2022, 1:52 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 2:22 PM
kastiglione added inline comments.
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
216

Thought: should this API return a mask instead?

This turned out to be unnecessary, because Process already exposes this.