[all-commits] [llvm/llvm-project] 09f4bd: [DexTer] Add step.UNKNOWN check for NoneType line ...
Tom Weaver via All-commits
all-commits at lists.llvm.org
Mon Mar 16 09:41:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09f4bdc03f891cbcf0c5633c8c7013eb0fbe626f
https://github.com/llvm/llvm-project/commit/09f4bdc03f891cbcf0c5633c8c7013eb0fbe626f
Author: Tom Weaver <Tom.Weaver at Sony.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M debuginfo-tests/dexter/dex/dextIR/DextIR.py
Log Message:
-----------
[DexTer] Add step.UNKNOWN check for NoneType line numbers.
Summary: It's possible for an instance of the visual studio debugger
to return a NoneType line number location when stepping during a
debugging session.
This patches teaches DexTer how to handle this particular case without
crashing out.
Reviewers: Orlando
Differential revision: https://reviews.llvm.org/D75992
More information about the All-commits
mailing list