DynamoRIO / DynamoRIO/dynamorio
refactor memory query code to split Linux-specific code and prepare for Mac
Open
Maintainability
Migrated
OpSys-OSX
Priority-Medium
Type-Feature
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on September 19, 2013 13:53:10_
The plan is to split memory query code from core/unix/os.c into core/unix/memquery_{linux,macos}.c.
We'll need to decide on whether allmem should be Linux-specific.
We may also want to move the !HAVE_PROC_MAPS into memquery_probe.c or sthg -- it may be too fundamental to be just a capability in a define.
_Original issue: http://code.google.com/p/dynamorio/issues/detail?id=1270_
Contributor guide
Assessment
This issue has not been assessed yet.