> Does anyone know how to get thread context? > Ie, can I look at the register state of a non-running process or thread > from user space? ptrace is the syscall you need. Have a play with gdb's 'attach pid' command - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- How to get thread context? John Kacur
- Alan Cox