Re: [PATCH 2/4] x86-32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()

From: Andy Lutomirski
Date: Mon May 23 2016 - 13:05:55 EST


On May 21, 2016 9:04 AM, "Brian Gerst" <brgerst@xxxxxxxxx> wrote:
>
> Match 64-bit and set gdb_regs[GDB_PC] to zero. thread.ip is always the
> same point in the scheduler (except for newly forked processes), and will
> be removed in a future patch.

Seems reasonable to me.