diff --git a/gnu/usr.bin/gdb/config/i386bsd-dep.c b/gnu/usr.bin/gdb/config/i386bsd-dep.c index 80e11fa137c1..16286eea2269 100644 --- a/gnu/usr.bin/gdb/config/i386bsd-dep.c +++ b/gnu/usr.bin/gdb/config/i386bsd-dep.c @@ -942,6 +942,9 @@ core_file_command(filename, from_tty) */ reg_offset = (int) u.u_ar0 - KERNEL_U_ADDR; #else + stack_end = (CORE_ADDR) u.u_kproc.kp_eproc.e_vm.vm_maxsaddr + + MAXSSIZ; + data_end = data_start + NBPG * u.u_kproc.kp_eproc.e_vm.vm_dsize; stack_start = stack_end -