mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
Commit 0800529fe6 adds a runtime error which triggers when using
SBAddress properties that use the current process/target from a
non-interactive session. TestThreadPlanCommands.py was doing exactly
this and this patch fixes that by use GetLoadAddress instead.