Lines Matching refs:substrs
27 substrs=["can't replace builtin command"], error=True)
29 substrs=["Path component: 'process' is not a user command"], error=True)
31 substrs=["Path component: 'process' is not a user command"], error=True)
37 substrs=["A test container command"])
42 … substrs=["A test container command", "test-multi-sub -- A test container sub-command"])
44 substrs=["A test container sub-command"])
51 … substrs=["A test container sub-command", "welcome -- Just a docstring for Welcome"])
53 substrs=["Just a docstring for Welcome"])
56 substrs=["Hello friend, welcome to LLDB"])
63 substrs=["cannot add command: sub-command already exists"], error=True)
68 substrs=["Hello friend, welcome again to LLDB"])
69 …self.expect("apropos welcome", "welcome should show up in apropos", substrs=["A docstring for the …
70 …lp test-multi test-multi-sub welcome", "welcome should show up in help", substrs=["A docstring for…
71 self.expect("help", "test-multi should show up in help", substrs=["test-multi"])
78 substrs=["Hello friend, welcome to LLDB"])
82 substrs=["'test-mult' not found"], error=True)
85 substrs=["'test-multi-su' not found"], error=True)
89 substrs=["'welcom' not found"], error=True)
93 substrs=["subcommand 'test-multi-sub' is not a user command"], error=True)
98 substrs=["command 'test-multi' is a multi-word command."], error=True)
100 substrs=["subcommand 'test-multi-sub' is not a user command"], error = True)
104 substrs=["subcommand 'welcome' is not a container command"], error = True)
108 … substrs=["'test-multi' is a user container command and cannot be overwritten."], error=True)
112 …self.expect("command script delete process launch", "Delete builtin command fails", substrs=["comm…
114 …ete test-multi test-multi-sub welcome", "Delete script command by path", substrs=["Deleted command…
120 substrs=["'test-multi-sub' does not have any subcommands."], error=True)
123 substrs=["A different help string"])
128 substrs = ["'test-multi' does not have any subcommands"])
129 self.expect("help test-multi", matching=False, substrs=["test-multi-sub"])
134 …self.expect("test-multi", "Root command gone", substrs=["'test-multi' is not a valid command."], e…