Home
last modified time | relevance | path

Searched refs:watch_info (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/command/
DStepValueInfo.py10 def __init__(self, step_index, watch_info, expected_value): argument
12 self.watch_info = watch_info
16 … return '{}:{}: expected value:{}'.format(self.step_index, self.watch_info, self.expected_value)
19 return (self.watch_info.expression == other.watch_info.expression
23 return hash(self.watch_info.expression, self.expected_value)
/external/llvm-project/debuginfo-tests/dexter/dex/command/commands/
DDexExpectWatchBase.py109 if not step_info.watch_info.could_evaluate:
113 if step_info.watch_info.is_optimized_away:
117 if step_info.watch_info.is_irretrievable: