10 lines · plain
1# Test that command script add with no arguments prompts for2# and generates the modern (exe_ctx) version of the command.3 4# RUN: %lldb < %s | FileCheck %s5command script add doit6print(exe_ctx.target)7DONE8doit9# CHECK: No value10