diff options
Diffstat (limited to 'lldb/test/functionalities/command_script/py_import')
-rw-r--r-- | lldb/test/functionalities/command_script/py_import | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/command_script/py_import b/lldb/test/functionalities/command_script/py_import index 8cb112d884d..afc8c82340e 100644 --- a/lldb/test/functionalities/command_script/py_import +++ b/lldb/test/functionalities/command_script/py_import @@ -9,3 +9,4 @@ command script import mysto.py --allow-reload command script add tell_sync --function welcome.check_for_synchro --synchronicity sync command script add tell_async --function welcome.check_for_synchro --synchronicity async command script add tell_curr --function welcome.check_for_synchro --synchronicity curr +command script add takes_exe_ctx --function welcome.takes_exe_ctx |