We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8513ff0 commit d23c15aCopy full SHA for d23c15a
lldb/source/Host/macosx/objcxx/Host.mm
@@ -136,6 +136,8 @@
136
return false;
137
}
138
139
+#if !NO_XPC_SERVICES
140
+
141
static void *AcceptPIDFromInferior(void *arg) {
142
const char *connect_url = (const char *)arg;
143
ConnectionFileDescriptor file_conn;
@@ -154,8 +156,6 @@
154
156
return NULL;
155
157
158
-#if !NO_XPC_SERVICES
-
159
const char *applscript_in_new_tty = "tell application \"Terminal\"\n"
160
" activate\n"
161
" do script \"/bin/bash -c '%s';exit\"\n"
0 commit comments