Home | History | Annotate | Download | only in completion

Lines Matching full:variable

48         """Test that 'watchpoint set variable -w' completes to 'watchpoint set variable -w '."""
49 self.complete_from_to('watchpoint set variable -w', 'watchpoint set variable -w ')
52 """Test that 'watchpoint set variable -w ' completes to ['Available completions:', 'read', 'write', 'read_write']."""
53 self.complete_from_to('watchpoint set variable -w ', ['Available completions:', 'read', 'write', 'read_write'])
60 """Test that 'watchpoint set var' completes to 'watchpoint set variable '."""
61 self.complete_from_to('watchpoint set var', 'watchpoint set variable ')
64 """Test that 'watchpoint set variable -w read_' completes to 'watchpoint set variable -w read_write'."""
65 self.complete_from_to('watchpoint set variable -w read_', 'watchpoint set variable -w read_write')
141 'modules', 'select', 'stop-hook', 'variable']."""
144 'modules', 'select', 'stop-hook', 'variable'])
147 """Test that 'target create --co' completes to 'target variable --core '."""
151 """Test that 'target va' completes to 'target variable '."""
152 self.complete_from_to('target va', 'target variable ')