Commit 7f96ec68 authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Cyrill Gorcunov

show: Show blocked sigset

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 8c9c333e
...@@ -418,6 +418,7 @@ static void show_core_rest(int fd_core) ...@@ -418,6 +418,7 @@ static void show_core_rest(int fd_core)
pr_info("\tArg end: %lx\n", tc.mm_arg_end); pr_info("\tArg end: %lx\n", tc.mm_arg_end);
pr_info("\tEnv start: %lx\n", tc.mm_env_start); pr_info("\tEnv start: %lx\n", tc.mm_env_start);
pr_info("\tEnv end: %lx\n", tc.mm_env_end); pr_info("\tEnv end: %lx\n", tc.mm_env_end);
pr_info("\n\tBlkSig: %lx\n", tc.blk_sigset);
pr_info("\n"); pr_info("\n");
err: err:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment