WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [pushed] [ppc] Tell GDB we stopped because of SIGTRAP

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] Tell GDB we stopped because of SIGTRAP
From: jimix@xxxxxxxxxxxxxx
Date: Tue, 04 Apr 2006 18:22:37 -0400
Delivery-date: Tue, 04 Apr 2006 15:20:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   9757:47697f5b6e130bab6fe96e8a18f7df8b25ad0ac9
tag:         tip
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Tue Apr  4 18:21:00 2006 -0400
files:       tools/gpproxy/riscwatch.py
description:
[ppc] Tell GDB we stopped because of SIGTRAP


diff -r 1056a40f301eb9d21c612b30f2e5d22f0ffecf1b -r 
47697f5b6e130bab6fe96e8a18f7df8b25ad0ac9 tools/gpproxy/riscwatch.py
--- a/tools/gpproxy/riscwatch.py        Tue Apr  4 15:10:43 2006 -0400
+++ b/tools/gpproxy/riscwatch.py        Tue Apr  4 18:21:00 2006 -0400
@@ -29,7 +29,7 @@ MEMVAL = re.compile("\w+   (\w+)")
 
 TIMEOUT = 2
 SIGNALS = {
-       "Stopped": "13",
+       "Stopped": "05",
 }
 
 GPRXLATE = re.compile("r(\d+)")



_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [pushed] [ppc] Tell GDB we stopped because of SIGTRAP, jimix <=