Searched refs:DebugSymbols (Results 1 – 2 of 2) 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 first68 **com.apple.DebugSymbols**, spotlight searches will be disabled unless74 % defaults write com.apple.DebugSymbols DBGSpotlightPaths -array[all …]
2201 enum { DebugSymbols = true, NonDebugSymbols = false }; enumerator4513 if (!ParseSymbolLambda(nlist, nlist_idx++, DebugSymbols)) in ParseSymtab()