Lines Matching full:darwin
1 //===-- darwin-debug.cpp ----------------------------------------*- C++ -*-===//
9 // Darwin launch helper
15 // Although it uses posix_spawn(), it uses Darwin specific posix spawn
20 // Since it uses darwin specific flags this code should not be compiled
59 " darwin-debug -- posix spawn a process that is stopped at the entry " in usage()
64 " darwin-debug --unix-socket=<SOCKET> [--arch=<ARCH>] " in usage()
69 " darwin-debug will exec itself into a child process <PROGRAM> that " in usage()
73 " darwin specific posix_spawn flags that allows exec only (no fork), " in usage()
87 " darwin-debug --arch=i386 -- /bin/ls -al /tmp\n"); in usage()
110 // Here we are using a darwin specific feature that allows us to exec only in posix_spawn_for_debug()
132 // Another darwin specific thing here where we can select the architecture in posix_spawn_for_debug()