When one sets an sa_sigaction with sigaction on parisc/hppa what is void*? I know it is sometimes ucontext_t or struct sigcontext depending on the arch. However, I am trying to find the program counter prior to the signal (for profiling) and with both structs, sc_ioaq is a constant.
Am I going about reading the instruction pointer the wrong way? -- Wesley W. Terpstra <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

