From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4065 invoked by alias); 2 Dec 2010 02:36:44 -0000 Received: (qmail 3997 invoked by uid 22791); 2 Dec 2010 02:36:43 -0000 X-SWARE-Spam-Status: No, hits=-5.7 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; Thu, 02 Dec 2010 02:36:39 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oB22aaSv031534 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 1 Dec 2010 21:36:36 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oB22aXR4005188 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 1 Dec 2010 21:36:35 -0500 Message-ID: <4CF70500.90405@redhat.com> Date: Thu, 02 Dec 2010 02:36:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b3pre Thunderbird/3.1.4 MIME-Version: 1.0 To: Pan ruochen CC: insight@sourceware.org Subject: Re: Problems in running gdb/gdbserver References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2010-q4/txt/msg00017.txt.bz2 On 11/17/2010 11:43 PM, Pan ruochen wrote: > But I got some problems. > 1. There is not a xxx-insight executable created in the installation directory. You are attempting to build for MinGW, and I haven't committed a series of patches to make this work yet. Stay tuned... > 2. gdb can set breakpoints and traps on the breakpoints, but it can't > step one instruction. > The gdbserver reports > ptrace: Input/output error. > The gdb reports > Warning: Remote failure reply: E01 Since you did this part without Insight (i.e., it's a "simple" gdb question), I would encourage you to ask on the gdb@ mailing list, since that' where many, many more (and more knowledgeable) people hang out. Keith