NetBSD-Bugs archive

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

PR/18026 CVS commit: src/sys/arch/arm



The following reply was made to PR port-cats/18026; it has been noted by GNATS.

From: Chris Gilbert <chris%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: PR/18026 CVS commit: src/sys/arch/arm
Date: Tue,  1 Jan 2008 14:06:43 +0000 (UTC)

 Module Name:   src
 Committed By:  chris
 Date:          Tue Jan  1 14:06:43 UTC 2008
 
 Modified Files:
        src/sys/arch/arm/arm32: locore.S mem.c pmap.c stubs.c
        src/sys/arch/arm/include: Makefile
        src/sys/arch/arm/include/arm32: pmap.h
 Added Files:
        src/sys/arch/arm/include: kcore.h
 
 Log Message:
 Add support for kcore headers to arm32 kernel core dumps.
 
 The kcore code is based on i386's kcore header handling.
 
 Having an asm stub for dumpsys, to dump the registers onto the stack, and
 then call the C code to do the memory dump is based on amd64's core dump
 code.
 
 This allows a successful core dump on cats.
 
 Part of fixing PR cats/18026.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.18 -r1.19 src/sys/arch/arm/arm32/locore.S
 cvs rdiff -r1.19 -r1.20 src/sys/arch/arm/arm32/mem.c
 cvs rdiff -r1.169 -r1.170 src/sys/arch/arm/arm32/pmap.c
 cvs rdiff -r1.17 -r1.18 src/sys/arch/arm/arm32/stubs.c
 cvs rdiff -r1.34 -r1.35 src/sys/arch/arm/include/Makefile
 cvs rdiff -r0 -r1.1 src/sys/arch/arm/include/kcore.h
 cvs rdiff -r1.83 -r1.84 src/sys/arch/arm/include/arm32/pmap.h
 
 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