This revision was automatically updated to reflect the committed changes.
Closed by commit rG58def623ca46: [debugserver] Clear memory allocations after
exec (authored by bulbazord).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140253/new/
https://r
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140253/new/
https://reviews.llvm.org/D140253
__
bulbazord created this revision.
bulbazord added a reviewer: jasonmolenda.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
After an exec, the inferior is a new process and none of these memory
regions are still allocated. Clear them out.
Re