From 6569608d64e9e63a2a17cbb3c1edd65686cd16cf Mon Sep 17 00:00:00 2001 From: Love Dahlberg <73186791+LoveDahlberg@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:22:02 +0200 Subject: [PATCH] Update ios-deploy.m Extend the LLDB_PREP_CMDS macro so that the alias "r", which is commonly used in LLDB, can be used for the newly defined "run". --- src/ios-deploy/ios-deploy.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ios-deploy/ios-deploy.m b/src/ios-deploy/ios-deploy.m index cf4c9bf2..06baa27a 100644 --- a/src/ios-deploy/ios-deploy.m +++ b/src/ios-deploy/ios-deploy.m @@ -36,6 +36,7 @@ command script import \"{python_file_path}\"\n\ command script add -f {python_command}.connect_command connect\n\ command script add -s asynchronous -f {python_command}.run_command run\n\ + command alias r run\n\ command script add -s asynchronous -f {python_command}.autoexit_command autoexit\n\ command script add -s asynchronous -f {python_command}.safequit_command safequit\n\ connect\n\