[all-commits] [llvm/llvm-project] 2388a0: [lldb/Test] use GetLoadAddress from scripted threa...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri May 29 23:04:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2388a096e7865c043e83ece4e26654bd3d1a20d5
https://github.com/llvm/llvm-project/commit/2388a096e7865c043e83ece4e26654bd3d1a20d5
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-05-29 (Fri, 29 May 2020)
Changed paths:
M lldb/test/API/functionalities/thread_plan/wrap_step_over.py
Log Message:
-----------
[lldb/Test] use GetLoadAddress from scripted thread plan
Commit 0800529fe605 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.
More information about the All-commits
mailing list