When reporting the fault details, also print %rsp.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
6806ce6ec8
commit
80b5691a76
@ -617,10 +617,10 @@ trap(struct trapframe *frame)
|
||||
ksi.ksi_addr = (void *)addr;
|
||||
if (uprintf_signal) {
|
||||
uprintf("pid %d comm %s: signal %d err %lx code %d type %d "
|
||||
"addr 0x%lx rip 0x%lx "
|
||||
"addr 0x%lx rsp 0x%lx rip 0x%lx "
|
||||
"<%02x %02x %02x %02x %02x %02x %02x %02x>\n",
|
||||
p->p_pid, p->p_comm, i, frame->tf_err, ucode, type, addr,
|
||||
frame->tf_rip,
|
||||
frame->tf_rsp, frame->tf_rip,
|
||||
fubyte((void *)(frame->tf_rip + 0)),
|
||||
fubyte((void *)(frame->tf_rip + 1)),
|
||||
fubyte((void *)(frame->tf_rip + 2)),
|
||||
|
Loading…
Reference in New Issue
Block a user