Two new options for pmap, -X and -XX

Both options provide more information about a process using -X and -XX
flags. The data comes from /proc/PID/smaps so it may vary.

Signed-off-by: Craig Small <csmall@enc.com.au>
This commit is contained in:
Dimitrios Apostolou
2012-09-27 22:08:04 +10:00
committed by Craig Small
parent 8e867659e6
commit faec340719
3 changed files with 209 additions and 12 deletions

View File

@@ -33,7 +33,7 @@
//
#if defined(k64test) || (defined(_ABIN32) && _MIPS_SIM == _ABIN32)
#define KLONG long long // not typedef; want "unsigned KLONG" to work
#define KLF "L"
#define KLF "ll"
#define STRTOUKL strtoull
#else
#define KLONG long