test-gdb: improve integration with arch list

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent b478346818
commit de90cd9c97
4 changed files with 9 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ class Main(common.LkmcCliFunction):
Connect with GDB to an emulator to debug Linux itself
''')
self.add_argument(
'-A', '--after', default='',
'--after', default='',
help='Pass extra arguments to GDB, to be appended after all other arguments'
)
self.add_argument(