Lines Matching refs:substrs
50 self.expect("frame variable my_string", substrs = ['const char *'])
51 … self.expect("frame variable my_string --dynamic-type run-target", substrs = ['const char *'])
53 self.expect("expr my_string", substrs = ['const char *'])
54 self.expect("expr -d run -- my_string", substrs = ['const char *'])
56 self.expect("frame variable my_foolie", substrs = ['FoolMeOnce *'])
57 … self.expect("frame variable my_foolie --dynamic-type run-target", substrs = ['FoolMeOnce *'])
59 self.expect("expr my_foolie", substrs = ['FoolMeOnce *'])
60 self.expect("expr -d run -- my_foolie", substrs = ['FoolMeOnce *'])
64 self.expect("frame variable my_string", substrs = ['const char *'])
65 … self.expect("frame variable my_string --dynamic-type run-target", substrs = ['const char *'])
67 self.expect("expr my_string", substrs = ['const char *'])
68 self.expect("expr -d run -- my_string", substrs = ['const char *'])
70 self.expect("frame variable my_foolie", substrs = ['FoolMeOnce *'])
71 … self.expect("frame variable my_foolie --dynamic-type run-target", substrs = ['FoolMeOnce *'])
73 self.expect("expr my_foolie", substrs = ['FoolMeOnce *'])
74 self.expect("expr -d run -- my_foolie", substrs = ['FoolMeOnce *'])