*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: ctfconvert | Section: 1 | Source: FreeBSD | File: ctfconvert.1.gz
CTFCONVERT(1) FreeBSD General Commands Manual CTFCONVERT(1) NAME ctfconvert - convert debug data to CTF data SYNOPSIS ctfconvert [-gis] -l label -L labelenv [-o outfile] object_file DESCRIPTION The ctfconvert utility converts debug information from a binary file to CTF (Compact C Type Format) 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 Sets the label as label. -L labelenv Instructs ctfconvert to read the label from the environment variable labelenv. -g Don't delete the original debugging section. -i Ignore object files built from other languages than C. -s Use the .dynsym ELF section instead of the .symtab ELF section. -o outfile Write the output to file in outfile. EXIT STATUS The ctfconvert utility exits 0 on success, and >0 if an error occurs. SEE ALSO ctfdump(1), ctfmerge(1), ctf(5) HISTORY The ctfconvert utility first appeared in FreeBSD 7.0. AUTHORS The CTF utilities came from OpenSolaris. FreeBSD 14.1-RELEASE-p8 April 21, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options