Skip to content

Commit e2468bf

Browse files
committed
[lldb][debugserver] Update flags past to app launch request
rdar://117421999
1 parent accfbf4 commit e2468bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/tools/debugserver/source/MacOSX/MachProcess.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ static bool FBSAddEventDataToOptions(NSMutableDictionary *options,
472472
// And there are some other options at the top level in this dictionary:
473473
[options setObject:[NSNumber numberWithBool:YES]
474474
forKey:FBSOpenApplicationOptionKeyUnlockDevice];
475+
[options setObject:[NSNumber numberWithBool:YES]
476+
forKey:FBSOpenApplicationOptionKeyPromptUnlockDevice];
475477

476478
// We have to get the "sequence ID & UUID" for this app bundle path and send
477479
// them to FBS:

0 commit comments

Comments
 (0)