Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/07/1995 22:00:03
cgd
Fri Jul  7 21:55:57 EDT 1995
Update of /a/cvsroot/src/gnu/usr.bin/gdb/gdb
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv6434

Modified Files:
	kcorelow.c 
Log Message:
on i386, use VM_MAXUSER_ADDRESS for kernel_start, since the real
kernel start is much different that the start of KVM.  (VM_MAXUSER_ADDRESS
isn't correct, but seems to mostly work...)  (XXX -- there should be a 
better way.)

if curproc == null, use address of proc0; code doesn't know how to deal
with null curproc.  (XXX: (1) should make it deal, or (2) should use address
of last proc run, but there's no real way to do that.)