[BACK]Return to ctfconv.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ctfconv

Annotation of src/usr.bin/ctfconv/ctfconv.1, Revision 1.2

1.2     ! jasper      1: .\"    $OpenBSD$
1.1       mpi         2: .\"
                      3: .\" Copyright (c) 2016 Martin Pieuchot <mpi@openbsd.org>
                      4: .\"
                      5: .\" Permission to use, copy, modify, and distribute this software for any
                      6: .\" purpose with or without fee is hereby granted, provided that the above
                      7: .\" copyright notice and this permission notice appear in all copies.
                      8: .\"
                      9: .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
                     10: .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
                     11: .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
                     12: .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
                     13: .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
                     14: .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
                     15: .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
                     16: .\"
1.2     ! jasper     17: .Dd $Mdocdate: August 11 2017 $
1.1       mpi        18: .Dt CTFCONV 1
                     19: .Os
                     20: .Sh NAME
                     21: .Nm ctfconv
                     22: .Nd generates a raw CTF section from debug data
                     23: .Sh SYNOPSIS
                     24: .Nm ctfconv
                     25: .Op Fl d
                     26: .Fl l Ar label
                     27: .Fl o Ar outfile
                     28: .Ar file
                     29: .Sh DESCRIPTION
                     30: The
                     31: .Nm
                     32: utility parses DWARF debug sections of
                     33: .Ar file
                     34: to generate
                     35: .Dv CTF
                     36: data.
                     37: .Pp
                     38: The options are as follows:
                     39: .Bl -tag -width Ds
                     40: .It Fl d
                     41: Display types as if they would be dumped from a
                     42: .Dv \.SUNW_ctf
                     43: section by
                     44: .Xr ctfdump 1 .
                     45: .It Fl l Ar label
                     46: Set the
                     47: .Dv CTF
                     48: label as
                     49: .Ar label .
                     50: .It Fl o Ar outfile
                     51: Write the raw section in
                     52: .Ar outfile .
                     53: .El
                     54: .Sh EXIT STATUS
                     55: .Ex -std ctfconv
                     56: .Sh SEE ALSO
                     57: .Xr ctfdump 1 ,
                     58: .Xr ctfstrip 1