brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · 5ffada0 Raw
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