![]() |
![]()
| ![]() |
![]()
NAMEllvm-dwarfutil - A tool to copy and manipulate debug info SYNOPSISllvm-dwarfutil [options] input output DESCRIPTIONllvm-dwarfutil is a tool to copy and manipulate debug info. In basic usage, it makes a semantic copy of the input to the output. If any options are specified, the output may be modified along the way, e.g. by removing unused debug info. If "-" is specified for the input file, the input is read from the program's standard input stream. If "-" is specified for the output file, the output is written to the standard output stream of the program. The tool is still in active development. COMMAND-LINE OPTIONS
:program:`llvm-objcopy` --only-keep-debug in-file out-file.debug :program:`llvm-objcopy` --strip-debug in-file out-file :program:`llvm-objcopy` --add-gnu-debuglink=out-file.debug out-file
The value universal is used by default.
SUPPORTED FORMATSThe following formats are currently supported by llvm-dwarfutil: ELF EXIT STATUSllvm-dwarfutil exits with a non-zero exit code if there is an error. Otherwise, it exits with code 0. BUGSTo report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-dwarfutil/>. AUTHORMaintained by the LLVM Team (https://llvm.org/). COPYRIGHT2003-2025, LLVM Project
|