mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 01:38:57 +00:00
Don't define HOST_DATA_START_ADDR, since gdb works without it the
previous definition doesn't work on BSD4.4Lite[2] derived systems without the changes in rev.1.27 of kern_proc.c.
This commit is contained in:
parent
65b3003d2d
commit
64bb6c3420
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27370
@ -15,8 +15,9 @@
|
||||
/* This seems to be the right thing for FreeBSD and BSDI */
|
||||
#define HOST_STACK_END_ADDR USRSTACK
|
||||
|
||||
/* BSDI defines this too (PST) */
|
||||
#define HOST_DATA_START_ADDR ((bfd_vma)u.u_kproc.kp_eproc.e_vm.vm_daddr)
|
||||
/* Leave HOST_DATA_START_ADDR undefined, since the default when it is not
|
||||
defined sort of works, and FreeBSD-2.0 through FreeBSD-2.2.2 do not
|
||||
set u.u_kproc.kp_eproc.e_vm.vm_daddr. */
|
||||
|
||||
#define TRAD_UNIX_CORE_FILE_FAILING_SIGNAL(core_bfd) \
|
||||
((core_bfd)->tdata.trad_core_data->u.u_sig)
|
||||
|
Loading…
Reference in New Issue
Block a user