1# UNSUPPORTED: lldb-repro 2# 3# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s 4script 5debugger = lldb.SBDebugger.Create() 6print("debugger is valid:", tostring(debugger:IsValid())) 7# CHECK: debugger is valid: true 8