Page MenuHomeFreeBSD

Refactor core dumping code a bit
ClosedPublic

Authored by trasz on May 20 2021, 8:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 5, 7:02 PM
Unknown Object (File)
Fri, Nov 1, 4:58 AM
Unknown Object (File)
Oct 15 2024, 8:52 PM
Unknown Object (File)
Oct 11 2024, 5:57 PM
Unknown Object (File)
Oct 1 2024, 1:35 AM
Unknown Object (File)
Sep 30 2024, 11:45 PM
Unknown Object (File)
Sep 30 2024, 4:11 PM
Unknown Object (File)
Sep 28 2024, 9:21 PM
Subscribers

Details

Summary

This makes it possible to use core_write(), core_output(),
and sbuf_drain_core_output(), in Linux coredump code. Moving
them out of imgact_elf.c is necessary because of the weird way
it's being built.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39326
Build 36215: arc lint + arc unit

Event Timeline

trasz requested review of this revision.May 20 2021, 8:56 PM
kib added inline comments.
sys/kern/kern_exec.c
2015

As a follow-up, please somewhat clean this function:

  • rename 'p' to e.g. cp
  • add local var p for cp->td->td_proc and use it
This revision is now accepted and ready to land.May 20 2021, 9:38 PM
This revision was automatically updated to reflect the committed changes.