Command-line DWARF generator tool
This is a build2 package for the dwarfgen
command-line tool. It reads an existing ELF binary with DWARF debug information and
produces a new ELF object file containing generated DWARF, using the libdwarfp producer
library.
Usage
To start using dwarfgen in your project, add the following build-time
depends value to your manifest, adjusting the version constraint as
appropriate:
depends: * dwarfgen ^2.3.2
Then import the executable in your buildfile:
import! [metadata] dwarfgen = dwarfgen%exe{dwarfgen}
... More
| license | BSD-3-Clause |
|---|---|
| project | libdwarf |
| url | github.com/davea42/libdwarf-code |
| davea42@gmail.com |
1 Version
| version | 2.3.1+1 |
|---|---|
| repository | https://pkg.cppget.org/1/testing |
| depends | 2; libdwarf, libdwarfp |
| reviews | 0 |