From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akio Takebe Subject: [Patch] fix xenctx --all option on x86 Date: Mon, 22 Sep 2008 17:42:31 +0900 Message-ID: <48D75A77.2080103@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090207060506070906010300" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------090207060506070906010300 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hi, This patch re-enables --all option of xenctx on x86. Signed-off-by: Akio Takebe Best Regards, Akio Takebe --------------090207060506070906010300 Content-Type: text/x-diff; name="fix_xenctx_all.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fix_xenctx_all.patch" diff -r 694b7daa353c tools/xentrace/xenctx.c --- a/tools/xentrace/xenctx.c Wed Sep 17 14:16:02 2008 +0100 +++ b/tools/xentrace/xenctx.c Tue Sep 23 02:40:16 2008 +0900 @@ -785,8 +785,8 @@ {"frame-pointers", 0, NULL, 'f'}, #ifdef __ia64__ {"regs", 1, NULL, 'r'}, +#endif {"all", 0, NULL, 'a'}, -#endif {"help", 0, NULL, 'h'}, {0, 0, 0, 0} }; --------------090207060506070906010300 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------090207060506070906010300--