Hello All,
the /proc/<pid>/*map files seems to be binary files, how can I get
list of memory mapping in program ? (specifically those between heap
and stack).
o Is there a more elegant way rather than doing something like
FILE *ptr = popen("pmap <pid>","r"); (reading the standard out of pmap)
can i parse the *map files ? If yes is there any reference I can read it??
Looking forward to hear from you.
Best,
Vamsi.
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code