ctfconvert.1 (98e0ffaefb0f241cda3a72395d3be04192ae0d47) ctfconvert.1 (5727eceabc93e218f0dd369a66d06d619e7fa080)
1.\"
2.\" Copyright (c) 2010 The FreeBSD Foundation
3.\" All rights reserved.
4.\"
5.\" This software was developed by Rui Paulo under sponsorship from the
6.\" FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 14 unchanged lines hidden (view full) ---

23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD$
30.\"
1.\"
2.\" Copyright (c) 2010 The FreeBSD Foundation
3.\" All rights reserved.
4.\"
5.\" This software was developed by Rui Paulo under sponsorship from the
6.\" FreeBSD Foundation.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 14 unchanged lines hidden (view full) ---

23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD$
30.\"
31.Dd July 7, 2010
31.Dd April 21, 2022
32.Dt CTFCONVERT 1
33.Os
34.Sh NAME
35.Nm ctfconvert
36.Nd convert debug data to CTF data
37.Sh SYNOPSIS
38.Nm
39.Op Fl gis
40.Fl l Ar label
41.Fl L Ar labelenv
42.Op Fl o Ar outfile
43object_file
44.Sh DESCRIPTION
45The
46.Nm
32.Dt CTFCONVERT 1
33.Os
34.Sh NAME
35.Nm ctfconvert
36.Nd convert debug data to CTF data
37.Sh SYNOPSIS
38.Nm
39.Op Fl gis
40.Fl l Ar label
41.Fl L Ar labelenv
42.Op Fl o Ar outfile
43object_file
44.Sh DESCRIPTION
45The
46.Nm
47utility converts debug information from a binary file to CTF data and replaces
48the debug section of that file with a CTF section called SUNW_ctf.
47utility converts debug information from a binary file to CTF (Compact C Type
48Format) data and replaces the debug section of that file with a CTF section
49called SUNW_ctf.
49This new section is added to the input file, unless the -o
50option is present.
51You can also opt to keep the original debugging section with the
52-g option.
53.Pp
54The following options are available:
55.Bl -tag -width indent
56.It Fl l Ar label

--- 13 unchanged lines hidden (view full) ---

70.It Fl o Ar outfile
71Write the output to file in
72.Ar outfile .
73.El
74.Sh EXIT STATUS
75.Ex -std
76.Sh SEE ALSO
77.Xr ctfdump 1 ,
50This new section is added to the input file, unless the -o
51option is present.
52You can also opt to keep the original debugging section with the
53-g option.
54.Pp
55The following options are available:
56.Bl -tag -width indent
57.It Fl l Ar label

--- 13 unchanged lines hidden (view full) ---

71.It Fl o Ar outfile
72Write the output to file in
73.Ar outfile .
74.El
75.Sh EXIT STATUS
76.Ex -std
77.Sh SEE ALSO
78.Xr ctfdump 1 ,
78.Xr ctfmerge 1
79.Xr ctfmerge 1 ,
80.Xr ctf 5
79.Sh HISTORY
80The
81.Nm
82utility first appeared in
83.Fx 7.0 .
84.Sh AUTHORS
85The CTF utilities came from OpenSolaris.
81.Sh HISTORY
82The
83.Nm
84utility first appeared in
85.Fx 7.0 .
86.Sh AUTHORS
87The CTF utilities came from OpenSolaris.