10 lines
230 B
Text
10 lines
230 B
Text
|
# Test that command script add with no arguments prompts for
|
||
|
# and generates the modern (exe_ctx) version of the command.
|
||
|
|
||
|
# RUN: %lldb < %s | FileCheck %s
|
||
|
command script add doit
|
||
|
print(exe_ctx.target)
|
||
|
DONE
|
||
|
doit
|
||
|
# CHECK: No value
|