From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mx.groups.io with SMTP id smtpd.web09.8.1581048162429412693 for ; Thu, 06 Feb 2020 20:02:42 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: steven.shi@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Feb 2020 20:02:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,411,1574150400"; d="scan'208";a="311912922" Received: from jshi19-mobl.ccr.corp.intel.com ([10.254.212.69]) by orsmga001.jf.intel.com with ESMTP; 06 Feb 2020 20:02:40 -0800 From: "Steven Shi" To: devel@edk2.groups.io Cc: liming.gao@intel.com, bob.c.feng@intel.com, Steven Subject: [PATCH v2 0/1] BaseTools: Enhance call stack unwindability for CLANGPDB x64 binary Date: Fri, 7 Feb 2020 12:02:18 +0800 Message-Id: <20200207040219.25456-1-steven.shi@intel.com> X-Mailer: git-send-email 2.17.1.windows.2 From: Steven Enhance the build options to force emit the unwind tables and keep the data of pdata and xdata sections correct in the binary. V2: Rebase the patch to latest edk2 V1: Initial patch Steven (1): BaseTools: Enhance call stack unwindability for CLANGPDB x64 binary BaseTools/Conf/tools_def.template | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) -- 2.16.1.windows.4