| CTFCONVERT(1) | General Commands Manual | CTFCONVERT(1) |
ctfconvert —
convert debug data to CTF data
ctfconvert |
[-gis] -l
label -L
labelenv [-o
outfile] object_file |
The ctfconvert utility converts debug
information from a binary file to CTF data and replaces the debug section of
that file with a CTF section called SUNW_ctf. This new section is added to
the input file, unless the -o option is present. You can also opt to keep
the original debugging section with the -g option.
The following options are available:
-l
label-L
labelenvctfconvert to read the label from the
environment variable labelenv.-g-i-s-o
outfileThe ctfconvert utility exits 0 on
success, and >0 if an error occurs.
The ctfconvert utility first appeared in
FreeBSD 7.0.
The CTF utilities came from OpenSolaris.
| July 7, 2010 | NetBSD 11.0 |