From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mx.groups.io with SMTP id smtpd.web11.24502.1649639840872453755 for ; Sun, 10 Apr 2022 18:17:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bsdio.com header.s=fm2 header.b=eokGaSz2; spf=pass (domain: bsdio.com, ip: 66.111.4.28, mailfrom: rebecca@bsdio.com) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 23F5C5C010D; Sun, 10 Apr 2022 21:17:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sun, 10 Apr 2022 21:17:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :cc:content-transfer-encoding:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to; s=fm2; bh=hm9+t6w2BfGlN7Lzcwg+evlkTurAVu8DDZ3QEm+Goqo=; b=eokGa Sz2iXxwfiyfVMU+UmZFNfbQyiCUYh2pVlcyc69lf6nAyQgN4gSQvmm5Nk5M3bpjT 9oFm+H1IbuFCpVyllH/hH5BReonGZ4/iLAuftnxIFT71+A9RQXX/5rnt2CBYU17T OUiOb2e1lRRZWFdbopkuKk2T5JEpgfFS45HUFK790YmKpM4P3sxm3ZnrLZOiM5+r DBw00cIZ4BKhTbGCGvVheQezJYEQE8r6C+yd33Mv+c5t7uAEyPFFHNRsd3E+AQpO 9fcRkadmiZCUMzWOMsWqTWH82+QiDN2JUoMNE3MweF1S/Iqd8xzm1FxjYP8WE6Cq CTK20cjK3/cXYNKrw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :from:from:in-reply-to:message-id:mime-version:reply-to:sender :subject:subject:to:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=hm9+t6w2BfGlN7Lzcwg+evlkTurAV u8DDZ3QEm+Goqo=; b=h9ZsN/k8t5bR3Lfc1Jd9Cs+3bzH5abbJNAi1rr5/PX7TI NsqHFsNG0C1lo4cYQ3n8DI+H/eSB/aIB9Nq20hmUnzEOcWI44010RccHcXoWtVVn tBDnweaKo8LMPO/KPgeQFKtKXhszNzmJgimxdgCVdEw/QjMA37hr7dWyhmWNb8ri im1obbKyosnX+Hz96tdzyb55lp/aidj1uBW/8RfKWxaOsD5taW+tJ2dHpb9sb47/ Kx1VKk9+zc2u+AYa3yrtZnD5h+1rbzHQCKo9++glDpbMwZSQ7hXR8aSDbwKFBmHk pPsxGU7868jC6y8ZTnlTI4n0kCFEZLzsQHFqzTyKQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudekhedgfeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomheptfgvsggvtggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughi ohdrtghomheqnecuggftrfgrthhtvghrnhepkeeuuedtkefgtdekieevtefhieegleetke fhhfefjeffheekiedtvdelieffgfevnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomheprhgvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 10 Apr 2022 21:17:19 -0400 (EDT) From: "Rebecca Cran" To: devel@edk2.groups.io Cc: Rebecca Cran , Leif Lindholm , Ard Biesheuvel Subject: [PATCH 0/3] ArmPlatformPkg: Fix Scripts/Ds5 debugging and Makefile Date: Sun, 10 Apr 2022 19:16:56 -0600 Message-Id: <20220411011659.191390-1-rebecca@bsdio.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit I ran into some problems debugging EDK2 code using Development Studio with the files under ArmPlatformPkg/Scripts and these patches fix them. I'm using Arm Development Studio 2021.2 and not DS-5, so I'm not sure if these changes would break things for people using the older environment. Rebecca Cran (3): ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py ArmPlatformPkg: Fix target initialisation in cmd_load_symbols.py ArmPlatformPkg: Fix EDK2_DSC check in Scripts/Makefile ArmPlatformPkg/Scripts/Ds5/cmd_load_symbols.py | 5 ++--- ArmPlatformPkg/Scripts/Ds5/edk2_debugger.py | 2 +- ArmPlatformPkg/Scripts/Makefile | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) -- 2.25.1