diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-03-17 22:05:59 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-03-17 22:05:59 +0100 |
commit | a466cd8bfbb80f3e400a408ebfebb351ca2aad66 (patch) | |
tree | e7ab131886eb58b534ea837866f5ddf884b3863b /src | |
parent | cf764d498f7ecad73f5e2a7ad135690d95075b9d (diff) | |
download | notes-a466cd8bfbb80f3e400a408ebfebb351ca2aad66.tar.gz notes-a466cd8bfbb80f3e400a408ebfebb351ca2aad66.zip |
updated pstack
Diffstat (limited to 'src')
-rw-r--r-- | src/pstack.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pstack.md b/src/pstack.md index 06cbade..c135844 100644 --- a/src/pstack.md +++ b/src/pstack.md @@ -2,5 +2,5 @@ ```markdown pstack <pid> - ............. dump current stack of process + threads + Dump stack for all threads of process. ``` |