dsymutil(1) BSD General Commands Manual dsymutil(1)
NAME
dsymutil -- manipulate archived DWARF debug symbol files.
SYNOPSIS
dsymutil [--arch==ARCH] [--output==path] exepath
DESCRIPTION
dsymutil links the DWARF debug information found in the object files for
an executable exepath by using debug map information contained in the
symbol table of the a mach-o executable file.
A list of flags and their descriptions:
--arch==ARCH
Link DWARF debug information for specified CPU architecture
type(s). Valid CPU architectures are 'ppc', 'ppc64', 'i386' and
'all'. Specify this option multiple times, once for each cpu
architecture to be included. All cpu architectures will be
included by default.
--help Display the help documentation for this command.
--output==path
Specifies an alternate path to place the .dSYM bundle. The
default dSYM bundle path is created by appending '.dSYM' to the
executable name.
--symtab
Dumps the symbol table found in executable or object file(s) and
exits.
--version
Display the current version and build date of the dsymutil
binary.
SEE ALSO
dwarfdump(1)
Darwin March 6, 2010 Darwin
|