commit | 0475f8fac5b576597a50104050451e4ce4fcfc20 | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@FreeBSD.org> | Fri Aug 06 14:20:16 2021 -0600 |
committer | Warner Losh <imp@bsdimp.com> | Fri Sep 10 14:13:06 2021 -0600 |
tree | 3ff76c70134138acc74769de61ab1d40c7343e55 | |
parent | 25fb5d383d0713fa07d7a3518f8f993841e4e73b [diff] |
bsd-user: add stubbed out core dump support Add a stubbed-out version of the bsd-user fork's core dump support. This allows elfload.c to be almost the same between what's upstream and what's in qemu-project upstream w/o the burden of reviewing the core dump support. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>