Lines Matching full:defaults
35 <p>DebugSymbols.framework also has global defaults that can be modified to allow
37 find important debug symbols. The domain for the DebugSymbols.framework defaults
38 is <b>com.apple.DebugSymbols</b>, and the defaults can be read, written or modified
39 using the <b>defaults</b> shell command:
40 <code><pre><tt><b>% defaults read com.apple.DebugSymbols
41 % defaults write com.apple.DebugSymbols KEY ...
42 % defaults delete com.apple.DebugSymbols KEY</b>
45 <p>The following is a list of the defaults key value
49 <td class="hed" width="20%">Defaults Key</td>
67 <code><pre><tt><b>% defaults write com.apple.DebugSymbols DBGFileMappedPaths -string /path/to/uuidmap1</b>
68 <b>% defaults write com.apple.DebugSymbols DBGFileMappedPaths -array /path/to/uuidmap1
85 <code><pre><tt><b>% defaults write com.apple.DebugSymbols DBGShellCommands -string /path/to/script1</b>
86 <b>% defaults write com.apple.DebugSymbols DBGShellCommands -array /path/to/script1
97 other defaults are supplied to <b>com.apple.DebugSymbols</b>, spotlight
103 <b>% defaults write com.apple.DebugSymbols DBGSpotlightPaths -array</b>
106 <b>% defaults write com.apple.DebugSymbols DBGSpotlightPaths -array /path/dir1 /path/dir2</b>
117 <p>Shell scripts that are specified with the <b>DBGShellCommands</b> defaults key
289 for a quick match if the defaults are appropriately set.
307 <code><pre><tt><b>% defaults write com.apple.DebugSymbols DBGFileMappedPaths ~/Library/SymbolCache/dsyms/uuids</b>
325 <p>Then the defaults for DebugSymbols.framework will entail enabling your shell script,
330 <code><pre><tt><b>% defaults write com.apple.DebugSymbols DBGShellCommands /path/to/shellscript
331 % defaults write com.apple.DebugSymbols DBGFileMappedPaths ~/Library/SymbolCache/dsyms/uuids
332 % defaults write com.apple.DebugSymbols DBGSpotlightPaths -array</b>