aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pmap.md
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-03-14 14:10:41 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-03-14 14:10:41 +0100
commit3099cd5efceebcbbc5ab1202c2b183ccd4453a65 (patch)
tree966e24e1226e8e3b2f279cd651c13b6776537a9a /src/pmap.md
parentc5dfa4b329e9db6c68a6f5da77b7150f674206ef (diff)
downloadnotes-3099cd5efceebcbbc5ab1202c2b183ccd4453a65.tar.gz
notes-3099cd5efceebcbbc5ab1202c2b183ccd4453a65.zip
split debug.txt into mdbook chapters
Diffstat (limited to 'src/pmap.md')
-rw-r--r--src/pmap.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pmap.md b/src/pmap.md
new file mode 100644
index 0000000..d2e0e79
--- /dev/null
+++ b/src/pmap.md
@@ -0,0 +1,7 @@
+# pmap(1)
+
+```markdown
+pmap <pid>
+ ............. dump virtual memory map of process.
+ compared to /proc/<pid>/maps it shows the size of the mappings
+```