NAME
ctfconv —
generates a raw CTF section from debug
data
SYNOPSIS
ctfconv |
[-d] -l
label -o
outfile file |
DESCRIPTION
The ctfconv utility parses DWARF debug
sections of file to generate
CTF data.
The options are as follows:
-d- Display types as if they would be dumped from a
.SUNW_ctfsection by ctfdump(1) and exit. This option cannot be used in conjunction with other modes of operation. -llabel- Set the
CTFlabel to label. -ooutfile- Write the raw section in outfile.
EXIT STATUS
The ctfconv utility exits 0 on
success, and >0 if an error occurs.
SEE ALSO
HISTORY
The ctfconv utility first appeared in
OpenBSD 6.2.
AUTHORS
Martin Pieuchot <mpi@openbsd.org>