Home
last modified time | relevance | path

Searched refs:DexExpectWatchValue (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/debuginfo-tests/
DREADME.txt39 // DexExpectWatchValue('test', '23', on_line='before_bar')
40 // DexExpectWatchValue('test', '23', on_line='after_bar')
/external/llvm-project/debuginfo-tests/dexter/dex/command/
DParseCommand.py25 from dex.command.commands.DexExpectWatchValue import DexExpectWatchValue
44 DexExpectWatchValue.get_name() : DexExpectWatchValue,
/external/llvm-project/debuginfo-tests/dexter/dex/command/commands/
DDexExpectWatchValue.py12 class DexExpectWatchValue(DexExpectWatchBase): class
/external/llvm-project/debuginfo-tests/dexter/
DCommands.md7 * [DexExpectWatchValue](Commands.md#DexExpectWatchValue)
141 ## DexExpectWatchValue section in Dexter commands
142 DexExpectWatchValue(expr, *values [,**from_line=1][,**to_line=Max]
DREADME.md76 29. DexExpectWatchValue('i', '0', '1', '2', '3', '4',
78 31. DexExpectWatchValue('first', '0', '1', '2', '3', '5',
80 33. DexExpectWatchValue('second', '1', '2', '3', '5',
82 35. DexExpectWatchValue('total', '0', '1', '2', '4', '7',
84 37. DexExpectWatchValue('next', '1', '2', '3', '5', '8',
86 39. DexExpectWatchValue('total', '7', on_line=25)
92 The [DexExpectWatchValue][2] command states that an expression, e.g. `i`, should
105 [2]: Commands.md#DexExpectWatchValue