Searched refs:command (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
A D | test_printers_common.py | 108 def test(command, pattern=None): argument 125 gdb.sendline(command) 247 command = 'tbreak' 250 command = 'break' 272 command = 'continue' 276 test(command) 291 command = 'next' 293 command = 'thread apply {0} next' 295 test('{0} {1}'.format(command, count)) 316 command = 'python print(gdb.selected_thread().ptid[1])' [all …]
|
A D | backport-support.sh | 44 case "$command" in
|
A D | build-many-glibcs.py | 1686 def __init__(self, desc, num, dir, path, command, always_run=False): argument 1693 self.command = command 1720 return self.shell_make_quote_list(self.command, True) 1764 def add_command_dir(self, desc, dir, command, always_run=False): argument 1767 command, always_run) 1770 def add_command(self, desc, command, always_run=False): argument 1773 self.path, command, always_run)
|
A D | pylintrc | 34 # option multiple times (only on the command line, not in the configuration 52 # command line instead of printing them on stdout. Reports (if any) will be
|
Completed in 11 milliseconds