CVS commit: src
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.