mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
rungdb-user: failed attempt with rungdb factor
This commit is contained in:
@@ -12,7 +12,7 @@ parser = common.get_argparse(argparse_args={
|
||||
})
|
||||
parser.add_argument(
|
||||
'executable',
|
||||
help='''Path to the executable to be debugged relative to the Buildroot build directory.'''
|
||||
help='Path to the executable to be debugged relative to the Buildroot build directory.'
|
||||
)
|
||||
args = common.setup(parser)
|
||||
sys.exit(subprocess.Popen([
|
||||
|
||||
Reference in New Issue
Block a user