diff options
Diffstat (limited to 'lldb/test/Shell/Commands/Inputs/frame.py')
-rw-r--r-- | lldb/test/Shell/Commands/Inputs/frame.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/Commands/Inputs/frame.py b/lldb/test/Shell/Commands/Inputs/frame.py new file mode 100644 index 00000000000..40591742839 --- /dev/null +++ b/lldb/test/Shell/Commands/Inputs/frame.py @@ -0,0 +1,2 @@ +import lldb +print("frame.py: {}".format(lldb.frame)) |