From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH] Add xentrace/xen_crash. Date: Tue, 15 Oct 2013 10:50:22 -0400 Message-ID: <525D562E.3030809@terremark.com> References: <1381759647-29797-1-git-send-email-dslutz@verizon.com> <525C224B.4080609@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <525C224B.4080609@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: Ian Campbell , Stefano Stabellini , George Dunlap , Don Slutz , Ian Jackson , Don Slutz , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 10/14/13 12:56, David Vrabel wrote: > On 14/10/13 15:07, Don Slutz wrote: >> From: Don Slutz >> >> This allows crash to connect to a domU. Usage: >> >> usage: xen_crash [] >> >> xen_crash 1& >> crash localhost:5001 /usr/lib/debug/lib/modules/3.8.11-100.fc17.x86_64/vmlinux >> >> The domU will be paused while crash is connected. Currently the code exits when crash disconnects. >> >> Signed-off-by: Don Slutz > [...] >> --- a/tools/xentrace/Makefile >> +++ b/tools/xentrace/Makefile >> >> + * tools/xentrace/xen_crash.c >> + * >> + * Connect crash to DOMu. >> + * >> + * Copyright (C) 2012 by Cloud Switch, Inc. > The copyright holder appears not to be your current employer and there's > no license text. Not quite right. Cloud Switch, Inc. now owned by Terremark, which is owned by Verizon. Will add a GPL v2+ license text. > David -Don Slutz