llvm-project/lldb/test/Shell/ScriptInterpreter/Python
Jonas Devlieghere 0800529fe6 [lldb/Bindings] Raise exception when using properties that rely on lldb.target
Several SBAddress properties use the lldb.target or lldb.process
convenience variables which are only set under the interactive script
interpreter. Unfortunately, users have been using these properties in
Python script and commands. This patch raises a Python exception to
force users to use GetLoadAddress instead.

Differential revision: https://reviews.llvm.org/D80848
2020-05-29 22:11:21 -07:00
..
Inputs [lldb/Bindings] Raise exception when using properties that rely on lldb.target 2020-05-29 22:11:21 -07:00
crashlog.test [lldb/Test] Skip script interpreter tests reading from stdin for lldb-repro 2020-01-22 15:22:25 -08:00
lit.local.cfg [lldb/Test] Use lit.local.cfg to mark whole directory as (un)supported. 2020-01-27 15:11:00 -08:00
sb_address_exception.test [lldb/Bindings] Raise exception when using properties that rely on lldb.target 2020-05-29 22:11:21 -07:00
scripted_breakpoint.test [lldb/Test] Skip script interpreter tests reading from stdin for lldb-repro 2020-01-22 15:22:25 -08:00