We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps this is a bit tricky. Anyway, Process.memory_maps() lists the .so libraries loaded by the process. It would be nice to add a test that:
Process.memory_maps()
.so
memory_maps()
This would pave the way for testing how memory_maps behave with unicode paths (see: #1040).
memory_maps
Some refs:
The text was updated successfully, but these errors were encountered:
@himanshub16 maybe this is something you want to try?
Sorry, something went wrong.
#1041: add test for memory_maps() which loads a .so lib and makes sur…
a85dfa7
…e it gets listed
Actually nevermind. It's easier than I thought.
No branches or pull requests
Perhaps this is a bit tricky. Anyway,
Process.memory_maps()
lists the.so
libraries loaded by the process. It would be nice to add a test that:.so
library somewhere (another path)memory_maps()
and make sure the new loaded library appears in the listThis would pave the way for testing how
memory_maps
behave with unicode paths (see: #1040).Some refs:
The text was updated successfully, but these errors were encountered: