Форум — Development Можно ли узнать context треда? 0 0 В смысле - весь набор регистров для произвольного треда (не обязательно текущего). В виндах есть такая функи - GetThreadContext. А у нас? Ссылка
Ответ Алана Коха на аналогичный вопрос в lkml > 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 White Eagle anonymous (07.03.03 14:58:35 MSK) Ссылка