mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
baremetal: fix gdb step debug
Was not finding the image correctly.
This commit is contained in:
2
run-gdb
2
run-gdb
@@ -42,7 +42,7 @@ def main(args, extra_args=None):
|
|||||||
if args.userland:
|
if args.userland:
|
||||||
image = common.resolve_userland(args.userland)
|
image = common.resolve_userland(args.userland)
|
||||||
elif args.baremetal:
|
elif args.baremetal:
|
||||||
image = args.baremetal
|
image = common.image
|
||||||
else:
|
else:
|
||||||
image = common.vmlinux
|
image = common.vmlinux
|
||||||
if args.baremetal:
|
if args.baremetal:
|
||||||
|
|||||||
Reference in New Issue
Block a user