From 7f96ec68e21de5b00a9ea678ad7fad01f71bb164 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Mon, 20 Feb 2012 17:06:25 +0400 Subject: [PATCH] show: Show blocked sigset Signed-off-by: Pavel Emelyanov Signed-off-by: Cyrill Gorcunov --- cr-show.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cr-show.c b/cr-show.c index 660312e0a..2f9cb8447 100644 --- a/cr-show.c +++ b/cr-show.c @@ -418,6 +418,7 @@ static void show_core_rest(int fd_core) pr_info("\tArg end: %lx\n", tc.mm_arg_end); pr_info("\tEnv start: %lx\n", tc.mm_env_start); pr_info("\tEnv end: %lx\n", tc.mm_env_end); + pr_info("\n\tBlkSig: %lx\n", tc.blk_sigset); pr_info("\n"); err: