How to Install dwarfdump in Ubuntu 18.04



Install dwarfdump by entering the following commands in the terminal:

sudo apt update
sudo apt install dwarfdump

Description:

utility to dump DWARF debug information from ELF objects

Dwarfdump is an application that can print the DWARF debugging information of an ELF object file in a human-readable form. It can also be used to check and validate manipulated DWARF sections. . This utility is part of dwarfutils.

Homepage: https://www.prevanders.net/dwarf.html

Version: 20180129-1

Section: universe/utils