rungdb, gem5-shell and ./run -u ported

This commit is contained in:
Ciro Santilli
2018-08-29 09:57:26 +01:00
parent f46c7470e8
commit 094b6c4275
6 changed files with 70 additions and 51 deletions

2
getvar
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import common
parser = common.get_argparse(
description='https://github.com/cirosantilli/linux-kernel-module-cheat#getvar'
argparse_args={'description':'https://github.com/cirosantilli/linux-kernel-module-cheat#getvar'}
)
parser.add_argument('variable')
args = common.setup(parser)