diff --git a/run-gdb b/run-gdb index 8cd8dae..8758154 100755 --- a/run-gdb +++ b/run-gdb @@ -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: