OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsym
(Results
1 - 3
of
3
) sorted by null
/external/chromium/build/mac/
strip_save_dsym
11
# .
dSYM
bundle for debugging, and then call strip to strip the Mach-O file.
12
# Note that the .
dSYM
file is a "fake" in that it's not a self-contained
13
# .
dSYM
bundle, it just contains a copy of the original (unstripped) Mach-O
15
# The generated .
dSYM
bundle is therefore unsuitable for debugging in the
18
# If a .
dSYM
already exists and has a newer timestamp than the Mach-O file,
20
# that has already been stripped without trashing the .
dSYM
.
22
# Rationale: the "right" way to generate
dSYM
bundles, dsymutil, is incredibly
26
# so much about generating a hermetic
dSYM
bundle, we'll prefer the file copy.
27
# If a real
dSYM
is ever needed, it's still possible to create one by running
174
# determines the desired path to the .
dSYM
[
all
...]
/external/webkit/Tools/Scripts/
build-webkit
351
--
dsym
Change debugging format to dwarf-with-
dsym
(Mac only)
webkitdirs.pm
403
$generateDsym = checkForArgumentAndRemoveFromARGV("--
dsym
");
409
push @args, "DEBUG_INFORMATION_FORMAT=dwarf-with-
dsym
" if generateDsym();
[
all
...]
Completed in 75 milliseconds