Lines Matching full:shell
15 - Running one or more shell scripts
21 or modified using the **defaults** shell command:
50 strings. Specifies a shell script that will get run in order to find the
51 dSYM. The shell script will be run given a single UUID value as the
52 shell command arguments and the shell command is expected to return a
76 Shell Script Property List Format
79 Shell scripts that are specified with the **DBGShellCommands** defaults key
81 The shell script will be invoked with a single UUID string value like
82 "23516BE4-29BE-350C-91C9-F36E7999F0F1". The shell script must respond with a
132 Below is a sample shell script output for a binary that contains two
170 There is no timeout imposed on a shell script when is it asked to locate a dSYM
171 file, so be careful to not make a shell script that has high latency or takes a
178 shell script has exited so subsequent debug sessions can use the cached files.
233 Note that the output is very close to what is needed by shell script output, so
234 making the results of your shell script will be very easy to create by
292 dSYM Locating Shell Script Tips
295 One possible implementation of a dSYM finding shell script is to have the
299 shell script is used to initially download and cache the file, and subsequent
300 accesses will use the cache and avoid calling the shell script.
302 Then the defaults for DebugSymbols.framework will entail enabling your shell
304 fill quickly be found without needing to run the shell script every time, and