baremetal: fix gdb step debug

Was not finding the image correctly.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-08 21:00:04 +00:00
parent b1e16a59a1
commit 881b63a667

View File

@@ -42,7 +42,7 @@ def main(args, extra_args=None):
if args.userland:
image = common.resolve_userland(args.userland)
elif args.baremetal:
image = args.baremetal
image = common.image
else:
image = common.vmlinux
if args.baremetal: