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