Page MenuHomeFreeBSD

Add a tool to convert kernel minidump to elf coredump
Needs ReviewPublic

Authored by borako.ozarslan_gmail.com on Feb 19 2019, 9:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 27, 7:16 AM
Unknown Object (File)
Fri, May 24, 8:32 AM
Unknown Object (File)
Fri, May 24, 8:32 AM
Unknown Object (File)
Fri, May 24, 8:32 AM
Unknown Object (File)
Fri, May 24, 4:26 AM
Unknown Object (File)
Wed, May 22, 10:39 PM
Unknown Object (File)
Wed, May 22, 5:20 AM
Unknown Object (File)
Sun, May 19, 4:14 AM

Details

Reviewers
emaste
Summary

Add a tool that converts a given kernel minidump to elf coredump format
so that gdb or lldb can directly read this instead of learning about
the special format.

submitted by: Bora Ozarslan borako.ozarslan@gmail.com

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste added inline comments.
tools/tools/minidump_to_elf/minidump-to-elf.1
1 ↗(On Diff #54227)

Copy-pasteo

emaste added inline comments.
tools/tools/minidump_to_elf/main.c
153

we may want to avoid modifying libkvm (we can just open the kernel again and call elf_begin).