aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2024-03-12 17:19:46 -0700
committerJason Molenda <jmolenda@apple.com>2024-03-12 17:19:46 -0700
commite2468bf16a0c1f63a39aa417c15c03ebd77fab9e (patch)
treeede720764b49e55f73260912175992102a2d1c31 /lldb/tools
parentaccfbf4e4959957db0993a15bab7316001131df3 (diff)
downloadllvm-e2468bf16a0c1f63a39aa417c15c03ebd77fab9e.zip
llvm-e2468bf16a0c1f63a39aa417c15c03ebd77fab9e.tar.gz
llvm-e2468bf16a0c1f63a39aa417c15c03ebd77fab9e.tar.bz2
[lldb][debugserver] Update flags past to app launch request
rdar://117421999
Diffstat (limited to 'lldb/tools')
-rw-r--r--lldb/tools/debugserver/source/MacOSX/MachProcess.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/tools/debugserver/source/MacOSX/MachProcess.mm b/lldb/tools/debugserver/source/MacOSX/MachProcess.mm
index 87bdbf8..70b4564 100644
--- a/lldb/tools/debugserver/source/MacOSX/MachProcess.mm
+++ b/lldb/tools/debugserver/source/MacOSX/MachProcess.mm
@@ -472,6 +472,8 @@ FBSCreateOptionsDictionary(const char *app_bundle_path,
// And there are some other options at the top level in this dictionary:
[options setObject:[NSNumber numberWithBool:YES]
forKey:FBSOpenApplicationOptionKeyUnlockDevice];
+ [options setObject:[NSNumber numberWithBool:YES]
+ forKey:FBSOpenApplicationOptionKeyPromptUnlockDevice];
// We have to get the "sequence ID & UUID" for this app bundle path and send
// them to FBS: