NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58010 CVS commit: src



The following reply was made to PR bin/58010; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58010 CVS commit: src
Date: Mon, 17 Aug 2026 18:58:57 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Aug 17 18:58:57 UTC 2026
 
 Modified Files:
 	src/sys/arch/amd64/amd64: db_interface.c
 	src/sys/arch/i386/i386: db_interface.c
 	src/usr.sbin/crash: Makefile
 	src/usr.sbin/crash/arch: x86.c
 
 Log Message:
 crash(8): Add support for `mach cpu N' on x86.
 
 Requires core dump to have the registers saved on cpuN.  This happens
 with the ddb `sync' command, but not with the kern.dump_on_panic=1
 ddb.onpanic=0 path yet -- TBD.
 
 PR bin/58010: crash(8) doesn't support `mach cpu N' to examine
 registers/stack of other CPUs
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amd64/amd64/db_interface.c
 cvs rdiff -u -r1.90 -r1.91 src/sys/arch/i386/i386/db_interface.c
 cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/crash/Makefile
 cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/crash/arch/x86.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index