We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, on Linux I see:
% cat /proc/self/maps 5560a8b9d000-5560a8b9f000 r--p 00000000 fd:01 5637877 /usr/bin/cat 5560a8b9f000-5560a8ba4000 r-xp 00002000 fd:01 5637877 /usr/bin/cat 5560a8ba4000-5560a8ba7000 r--p 00007000 fd:01 5637877 /usr/bin/cat 5560a8ba7000-5560a8ba8000 r--p 00009000 fd:01 5637877 /usr/bin/cat 5560a8ba8000-5560a8ba9000 rw-p 0000a000 fd:01 5637877 /usr/bin/cat 5560aa060000-5560aa081000 rw-p 00000000 00:00 0 [heap] 7f650ca00000-7f650cce9000 r--p 00000000 fd:01 5640853 /usr/lib/locale/locale-archive 7f650cd10000-7f650cd35000 rw-p 00000000 00:00 0 7f650cd35000-7f650cd5b000 r--p 00000000 fd:01 5661641 /usr/lib/x86_64-linux-gnu/libc.so.6 7f650cd5b000-7f650ceb0000 r-xp 00026000 fd:01 5661641 /usr/lib/x86_64-linux-gnu/libc.so.6 7f650ceb0000-7f650cf03000 r--p 0017b000 fd:01 5661641 /usr/lib/x86_64-linux-gnu/libc.so.6 7f650cf03000-7f650cf07000 r--p 001ce000 fd:01 5661641 /usr/lib/x86_64-linux-gnu/libc.so.6 7f650cf07000-7f650cf09000 rw-p 001d2000 fd:01 5661641 /usr/lib/x86_64-linux-gnu/libc.so.6 7f650cf09000-7f650cf16000 rw-p 00000000 00:00 0 7f650cf33000-7f650cf35000 rw-p 00000000 00:00 0 7f650cf35000-7f650cf36000 r--p 00000000 fd:01 5661637 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7f650cf36000-7f650cf5b000 r-xp 00001000 fd:01 5661637 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7f650cf5b000-7f650cf65000 r--p 00026000 fd:01 5661637 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7f650cf65000-7f650cf67000 r--p 00030000 fd:01 5661637 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7f650cf67000-7f650cf69000 rw-p 00032000 fd:01 5661637 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7ffd0d8aa000-7ffd0d8cb000 rw-p 00000000 00:00 0 [stack] 7ffd0d9bf000-7ffd0d9c3000 r--p 00000000 00:00 0 [vvar] 7ffd0d9c3000-7ffd0d9c5000 r-xp 00000000 00:00 0 [vdso]
Would be nice if the information right-most column ('/usr/bin/cat', '[heap]', or '[stack]') would be preserved and made available.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, on Linux I see:
Would be nice if the information right-most column ('/usr/bin/cat', '[heap]', or '[stack]') would be preserved and made available.
The text was updated successfully, but these errors were encountered: