From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23643 invoked by alias); 28 May 2010 16:20:32 -0000 Received: (qmail 23626 invoked by uid 22791); 28 May 2010 16:20:30 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 May 2010 16:20:26 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4SGKO8l019483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 28 May 2010 12:20:25 -0400 Received: from fche.csb (vpn-226-119.phx2.redhat.com [10.3.226.119]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4SGKNlO009695; Fri, 28 May 2010 12:20:24 -0400 Received: by fche.csb (Postfix, from userid 2569) id 5985258102; Fri, 28 May 2010 12:20:23 -0400 (EDT) Date: Fri, 28 May 2010 16:20:00 -0000 From: "Frank Ch. Eigler" To: Joseph Altmaier Cc: sid@sources.redhat.com Subject: Re: Problem Halting Execution Message-ID: <20100528162023.GH25135@redhat.com> References: <20100528155817.GF25135@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i X-IsSubscribed: yes Mailing-List: contact sid-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00005.txt.bz2 Hi - > I'm trying to hand control to GDB. I have looked at other ports and I > have not seen where they do this, but I must have missed something. OK. The magic there should reside in the sid configuration, and cpu<->gdb component pin-connections related to traps and the target scheduler. See also include/sidcpuutil.h's signal_trap(). - FChE