[all-commits] [llvm/llvm-project] 7e46a7: Reapply "[Dexter] Improve performance by evaluatin...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Fri Sep 24 02:39:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e46a721fc7ea46f72a4fcf81062a76d6539f61d
https://github.com/llvm/llvm-project/commit/7e46a721fc7ea46f72a4fcf81062a76d6539f61d
Author: Stephen Tozer <stephen.tozer at sony.com>
Date: 2021-09-24 (Fri, 24 Sep 2021)
Changed paths:
M cross-project-tests/debuginfo-tests/dexter/dex/command/CommandBase.py
M cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectProgramState.py
M cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py
Log Message:
-----------
Reapply "[Dexter] Improve performance by evaluating expressions only when needed"
Fixes issue found on greendragon buildbot, in which an incorrectly
indented statement following an if block led to entire frames being
dropped instead of simply filtering unneeded watches.
This reverts commit 1f44fa3ac17ceacc753019092bc50436c77ddcfa.
More information about the All-commits
mailing list