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:
committed by
Craig Small
parent
8e867659e6
commit
faec340719
@@ -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
|
||||
|
Reference in New Issue
Block a user