blob: 0c7f99cd86a78198b5566c9a5fa2965c9fd7e765 [file] [log] [blame]
/* TODO: Verify that this is correct... */
long addr;
/* Read r1, the stack pointer. */
if (upeek(tcp->pid, 1 * 4, &addr) < 0)
return;
addr += offsetof(struct sigcontext, oldmask);
tprints("{mask=");
print_sigset_addr_len(tcp, addr, NSIG / 8);
tprints("}");