Use the debugger rendez-vous to populate the module list on Linux#195
Draft
schopin-mozilla wants to merge 7 commits into
Draft
Use the debugger rendez-vous to populate the module list on Linux#195schopin-mozilla wants to merge 7 commits into
schopin-mozilla wants to merge 7 commits into
Conversation
This is notably useful when using an Apple Silicon machine for development.
schopin-mozilla
requested review from
Jake-Shadle and
gabrielesvelto
as code owners
July 22, 2026 18:06
schopin-mozilla
force-pushed
the
rendez_vous
branch
from
July 22, 2026 18:06
6da86ef to
6cbd4fa
Compare
schopin-mozilla
marked this pull request as draft
July 22, 2026 18:07
Author
|
The branch is based on top of #194 to make my life easier debugging Android issues, hence the Draft status, although I'm not sure if the CI runs on draft PRs? |
This should hopefully reduce the number of intermittent failures due to slow emulator/hardware.
Co-authored-by: Chris Martin <marti4d@live.ca>
This constructor documents the process's memory mappings by walking the dynamic linker's debugger rendez-vous structure. This will let us enumerate mappings even when /proc/<pid>/maps is unavailable. Co-authored-by: Chris Martin <marti4d@live.ca>
At this stage, the main effect of suspend_threads is to attach ptrace, which we'll need when we add the rendez-vous-based fallback.
Co-authored-by: Chris Martin <marti4d@live.ca>
We move the tests in their own process to make sure we get an isolated failspot instance.
schopin-mozilla
force-pushed
the
rendez_vous
branch
from
July 22, 2026 18:14
6cbd4fa to
d4e1e9e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm taking #151 over from Chris.
Fixes #142.