MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / ElfCoreStream

Method ElfCoreStream

src/os/linux/elf_core_stream.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32} // anonymous
33
34ElfCoreStream::ElfCoreStream(const PhysicalLayer& phys,
35 const x86_64::PageTable& user_pt,
36 Process process,
37 std::vector<Vma> vmas)
38 : phys_(&phys), user_pt_(&user_pt), p_(std::move(process)), vmas_(std::move(vmas))
39{
40 plan();
41}
42
43void ElfCoreStream::plan() {
44 // Filter to readable, non-empty VMAs. No size cap any more — streaming

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected