GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CTFCONVERT(1) FreeBSD 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:

label
Sets the label as label.
labelenv
Instructs ctfconvert to read the label from the environment variable labelenv.
Don't delete the original debugging section.
Ignore object files built from other languages than C.
Use the .dynsym ELF section instead of the .symtab ELF section.
outfile
Write the output to file in outfile.

The ctfconvert utility exits 0 on success, and >0 if an error occurs.

ctfdump(1), ctfmerge(1)

The ctfconvert utility first appeared in FreeBSD 7.0.

The CTF utilities came from OpenSolaris.
July 7, 2010 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.