Searched refs:DebugSymbols (Results 1 – 4 of 4) sorted by relevance
11 The DebugSymbols.framework framework helps locate dSYM files when given a UUID.20 DebugSymbols.framework also has global defaults that can be modified to allow22 easily find important debug symbols. The domain for the DebugSymbols.framework23 defaults is **com.apple.DebugSymbols**, and the defaults can be read, written28 % defaults read com.apple.DebugSymbols29 % defaults write com.apple.DebugSymbols KEY ...30 % defaults delete com.apple.DebugSymbols KEY41 DebugSymbols.framework is asked to lookup a dSYM file, it will first46 % defaults write com.apple.DebugSymbols DBGFileMappedPaths -string /path/to/uuidmap147 % defaults write com.apple.DebugSymbols DBGFileMappedPaths -array /path/to/uuidmap1[all …]
190 # You can also set CFG = DebugSymbols for a slightly smaller/faster611 else ifeq ($(CFG),DebugSymbols)687 else ifeq ($(CFG),DebugSymbols)
2217 enum { DebugSymbols = true, NonDebugSymbols = false }; enumerator4529 if (!ParseSymbolLambda(nlist, nlist_idx++, DebugSymbols)) in ParseSymtab()
2555 New C<DebugSymbols> and C<DebugFull> configuration options added to