diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:01:12 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:01:12 +0200 |
commit | 346637cb93ae39223f91f318bf265a1b7ba87abb (patch) | |
tree | 54583e7941ff4cc1982868bc43e27b1ce5d4cdf1 /_posts/snippets/gdb_sleep_all/sleep.gdb | |
parent | README: update (diff) | |
download | blog-346637cb93ae39223f91f318bf265a1b7ba87abb.tar.gz blog-346637cb93ae39223f91f318bf265a1b7ba87abb.zip |
add "Pause all userspace processes"
Diffstat (limited to '')
-rw-r--r-- | _posts/snippets/gdb_sleep_all/sleep.gdb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_posts/snippets/gdb_sleep_all/sleep.gdb b/_posts/snippets/gdb_sleep_all/sleep.gdb new file mode 100644 index 0000000..04f17fc --- /dev/null +++ b/_posts/snippets/gdb_sleep_all/sleep.gdb @@ -0,0 +1,2 @@ +shell sleep 30 +quit |