Lines Matching full:select
2 Test 'frame select' command.
20 self.expect("frame select -r 1", substrs=["nested2() at"])
21 self.expect("frame select -r -1", substrs=["nested3() at"])
24 "frame select -r -1",
29 "frame select -r -2147483647",
34 "frame select -r -2147483648",
39 "frame select -r -2147483649",
44 self.expect("frame select -r 1", substrs=["nested2() at"])
45 self.expect("frame select -r -2", substrs=["nested3() at"])
46 self.expect("frame select -r 1", substrs=["nested2() at"])
47 self.expect("frame select -r -2147483647", substrs=["nested3() at"])
48 self.expect("frame select -r 1", substrs=["nested2() at"])
50 "frame select -r -2147483648",
55 "frame select -r -2147483649",
60 self.expect("frame select -r 100")
62 "frame select -r 1",
82 self.expect("frame select 0", substrs=["frame #0"])
86 self.expect("frame select -r 1", substrs=["frame #2"])
87 self.expect("frame select -r -1", substrs=["frame #1"])
90 self.expect("frame select 2", substrs=["frame #2"])
91 self.expect("frame select 1", substrs=["frame #1"])
92 self.expect("frame select 3", substrs=["frame #3"])
93 self.expect("frame select 0", substrs=["frame #0"])
94 self.expect("frame select 1", substrs=["frame #1"])
96 # Run some other relative frame select commands.
98 self.expect("frame select -r 1", substrs=["frame #1"])
99 self.expect("frame select -r -1", substrs=["frame #0"])
102 self.expect("frame select 2", substrs=["frame #2"])
103 self.expect("frame select 1", substrs=["frame #1"])
104 self.expect("frame select 3", substrs=["frame #3"])
105 self.expect("frame select 0", substrs=["frame #0"])