Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / Shell / ScriptInterpreter / Python / sb_address_exception.test
blob9b8def211966b22a6296ff6fade48c1277cd118b
1 # UNSUPPORTED: lldb-repro
3 # Test that the SBAddress properties throw an exception when used outside of
4 # the interactive script interpreter.
6 # RUN: %lldb --script-language python -o 'command script import %S/Inputs/sbaddress.py' -o 'test' 2>&1 | FileCheck %s
7 # CHECK: RuntimeError: This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.