mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
run: generalize with main(), start porting trace-boot and qemu-trace2txt
This commit is contained in:
@@ -6,10 +6,10 @@ import subprocess
|
||||
import re
|
||||
|
||||
import common
|
||||
rungdb = imp.load_source('config', 'rungdb')
|
||||
rungdb = imp.load_source('rungdb', os.path.join(common.root_dir, 'rungdb'))
|
||||
|
||||
parser = common.get_argparse(argparse_args={
|
||||
'description':'''GDB step debug guest userland processes without gdbserver.
|
||||
'description': '''GDB step debug guest userland processes without gdbserver.
|
||||
|
||||
More information at: https://github.com/cirosantilli/linux-kernel-module-cheat#gdb-step-debug-userland-processes
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user