From 881b63a6679d8ff868c5b908e50143845160c192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 8 Nov 2018 21:00:04 +0000 Subject: [PATCH] baremetal: fix gdb step debug Was not finding the image correctly. --- run-gdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: