mirror of
https://gitlab.com/procps-ng/procps.git
synced 2024-11-28 04:24:59 +08:00
pmap: use only address start to range determination
Fix to an edge case. When user defined begining of address range to be at between two allocations the previous allocation which ended to that address was included to printout. After this commit one will see only allocations that are within range definition. $ pmap -A00007f4e0df08000,00007f4e0df08000 895 895: bash 00007f4e0dd08000 2048K ----- /lib/libreadline.so.6.2 00007f4e0df08000 8K r---- /lib/libreadline.so.6.2 total 2056K Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
ed57504c38
commit
d5c760ee07
Loading…
Reference in New Issue
Block a user