[PATCH] D124511: [Dexter] Allow Dexter watch commands to specify a range of acceptable FP values
Stephen Tozer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 08:42:18 PDT 2022
StephenTozer added inline comments.
================
Comment at: cross-project-tests/debuginfo-tests/dexter/dex/command/commands/DexExpectWatchBase.py:146
+ def _match_expected_floating_point(self, value):
+ """Checks to see whether value is a float that falls within the
----------------
New name + docstring here, since the new revision has messed up line numbers apparently.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124511/new/
https://reviews.llvm.org/D124511
More information about the llvm-commits
mailing list