> Date: Sat, 21 Dec 2019 13:42:43 +0100
> From: Alexander Bluhm
>
> On Sat, Dec 21, 2019 at 04:10:03PM +0900, YASUOKA Masahiko wrote:
> > When I debug kernel with kernel core, backtrace command ends around
> > alltraps_kern_meltdown(). The following diff fixes this problem.
>
> I remember havin
On Sat, Dec 21, 2019 at 04:10:03PM +0900, YASUOKA Masahiko wrote:
> When I debug kernel with kernel core, backtrace command ends around
> alltraps_kern_meltdown(). The following diff fixes this problem.
I remember having that problem, too.
> ok?
OK bluhm@
> Teach gdb that the trap frame should
When I debug kernel with kernel core, backtrace command ends around
alltraps_kern_meltdown(). The following diff fixes this problem.
ok?
Teach gdb that the trap frame should be used for for
alltraps_kern_meltdown()
Index: gnu/usr.bin/binutils/gdb/amd64obsd-tdep.c
===