ctfmerge.1 (e477abf734cc777a55286bfbd6b80a6760c96acf) ctfmerge.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 CTFMERGE 1
33.Os
34.Sh NAME
35.Nm ctfmerge
36.Nd merge several CTF data sections into one
37.Sh SYNOPSIS
38.Nm
39.Op Fl fgstv

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

59file ...
60.Nm
61.Op Fl g
62.Fl c Ar srcfile
63.Ar destfile
64.Sh DESCRIPTION
65The
66.Nm
32.Dt CTFMERGE 1
33.Os
34.Sh NAME
35.Nm ctfmerge
36.Nd merge several CTF data sections into one
37.Sh SYNOPSIS
38.Nm
39.Op Fl fgstv

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

59file ...
60.Nm
61.Op Fl g
62.Fl c Ar srcfile
63.Ar destfile
64.Sh DESCRIPTION
65The
66.Nm
67utility merges several CTF data sections from several files into one
68output file, unifying common data.
67utility merges several CTF (Compact C Type Format) data sections from several
68files into one output file, unifying common data.
69.Pp
70The following options are available:
71.Bl -tag -width indent
72.It Fl f
73Match global symbols to global CTF data.
74.It Fl g
75Don't delete the original debugging sections.
76.It Fl s

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

105.Ar srcfile
106into
107.Ar destfile .
108.El
109.Sh EXIT STATUS
110.Ex -std
111.Sh SEE ALSO
112.Xr ctfconvert 1 ,
69.Pp
70The following options are available:
71.Bl -tag -width indent
72.It Fl f
73Match global symbols to global CTF data.
74.It Fl g
75Don't delete the original debugging sections.
76.It Fl s

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

105.Ar srcfile
106into
107.Ar destfile .
108.El
109.Sh EXIT STATUS
110.Ex -std
111.Sh SEE ALSO
112.Xr ctfconvert 1 ,
113.Xr ctfdump 1
113.Xr ctfdump 1 ,
114.Xr ctf 5
114.Sh HISTORY
115The
116.Nm
117utility first appeared in
118.Fx 7.0 .
119.Sh AUTHORS
120The CTF utilities came from OpenSolaris.
115.Sh HISTORY
116The
117.Nm
118utility first appeared in
119.Fx 7.0 .
120.Sh AUTHORS
121The CTF utilities came from OpenSolaris.