LLVM-DWARFUTIL(1) | LLVM | LLVM-DWARFUTIL(1) |
llvm-dwarfutil - A tool to copy and manipulate debug info
llvm-dwarfutil [options] input output
llvm-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.
That option is enabled by default.
That option is enabled by default.
: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.
The following formats are currently supported by llvm-dwarfutil:
ELF
llvm-dwarfutil exits with a non-zero exit code if there is an error. Otherwise, it exits with code 0.
To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-dwarfutil/>.
Maintained by the LLVM Team (https://llvm.org/).
2003-2023, LLVM Project
2023-01-03 | 15 |