Source-Changes archive

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

sun-lamp CVS commits



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.)




Home | Main Index | Thread Index | Old Index