(self, what)
| 104 | return h |
| 105 | |
| 106 | def our_error(self, what): |
| 107 | gdb_err_print('ERROR: ' + what + '\n' + self.our_help()) |
| 108 | return ValueError() |
| 109 | |
| 110 | def our_args(self, args_str, complete=False): |
| 111 | cmd_name, cmd_desc, required_args, optional_args = self.our_info() |
no test coverage detected