commit | 7e1fc4f4a8ef241123fb53bf7f1ee91cf67f6968 | [log] [tgz] |
---|---|---|
author | Benoit Lize <lizeb@chromium.org> | Tue Apr 26 09:45:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 26 09:45:19 2022 |
tree | 3c3b8c8ddfa9a58b8cdb8c82af416ac0fae3cfe8 | |
parent | 6874816be4293d5be30049a1623e7cf17b223f89 [diff] |
[tools/memory] Make pa_dump_heap work on macOS Remote memory reading on macOS requires the remote mapping to be readable. Since superpages are never entirely readable, need to read page by page. Also removing some newer typing annotations in Python, as they are not working with Python 3.8. Bug: 1217582 Change-Id: Icdd4f4a14e1ad2f50ed00775a9eb2f83b6bc410e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3602880 Reviewed-by: Thiabaud Engelbrecht <thiabaud@google.com> Commit-Queue: Benoit Lize <lizeb@chromium.org> Cr-Commit-Position: refs/heads/main@{#996078}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.