This is an archive of the discontinued LLVM Phabricator instance.

[Apple Silicon] Support attach by name correctly for Rosetta.
AbandonedPublic

Authored by davide on Jun 24 2020, 12:40 PM.

Details

Summary

The fix is that of updating attach_info with pid once we discover it, if we specified to attach by name (otherwise, the process is treated as native).

Diff Detail

Event Timeline

davide created this revision.Jun 24 2020, 12:40 PM
davide abandoned this revision.Sep 3 2020, 12:51 PM

This landed in a different form.