[PATCH] D107070: [Dexter] Improve Dexter's performance by evaluating expressions only when needed

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 03:51:31 PDT 2021


StephenTozer updated this revision to Diff 371862.
StephenTozer added a comment.

Add comments and type annotations, split complex statements out across multiple lines.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107070/new/

https://reviews.llvm.org/D107070

Files:
  cross-project-tests/debuginfo-tests/dexter/dex/command/CommandBase.py
  cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectProgramState.py
  cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/DebuggerBase.py
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/dbgeng.py
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py
  cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/VisualStudio.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107070.371862.patch
Type: text/x-patch
Size: 11858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/23e067f2/attachment.bin>


More information about the llvm-commits mailing list