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)
Sat, Apr 27, 10:17 AM
Unknown Object (File)
Thu, Apr 25, 12:32 PM
Unknown Object (File)
Wed, Apr 10, 4:22 PM
Unknown Object (File)
Apr 3 2024, 7:07 AM
Unknown Object (File)
Apr 2 2024, 1:29 PM
Unknown Object (File)
Mar 28 2024, 3:56 PM
Unknown Object (File)
Mar 25 2024, 12:33 PM
Unknown Object (File)
Mar 24 2024, 7:56 PM

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

Copy-pasteo

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

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