dsymutil.rst 4.99 KB

dsymutil - manipulate archived DWARF debug symbol files

SYNOPSIS

:program:`dsymutil` [options] executable

DESCRIPTION

:program:`dsymutil` links the DWARF debug information found in the object files for an executable executable by using debug symbols information contained in its symbol table. By default, the linked debug information is placed in a .dSYM bundle with the same name as the executable.

OPTIONS

EXIT STATUS

:program:`dsymutil` returns 0 if the DWARF debug information was linked successfully. Otherwise, it returns 1.

SEE ALSO

:manpage:`llvm-dwarfdump(1)`