This is an archive of the discontinued LLVM Phabricator instance.

[debugserver] Clear memory allocations after exec
ClosedPublic

Authored by bulbazord on Dec 16 2022, 4:20 PM.

Details

Summary

After an exec, the inferior is a new process and none of these memory
regions are still allocated. Clear them out.

Diff Detail

Event Timeline

bulbazord created this revision.Dec 16 2022, 4:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 16 2022, 4:20 PM
bulbazord requested review of this revision.Dec 16 2022, 4:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 16 2022, 4:20 PM
This revision is now accepted and ready to land.Jan 11 2023, 12:58 PM
This revision was automatically updated to reflect the committed changes.