From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1332 invoked by alias); 2 Jul 2004 21:16:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1224 invoked from network); 2 Jul 2004 21:16:33 -0000 Received: from unknown (HELO fed1rmmtao03.cox.net) (68.230.241.36) by sourceware.org with SMTP; 2 Jul 2004 21:16:33 -0000 Received: from ip68-3-5-250.ph.ph.cox.net ([68.3.5.250]) by fed1rmmtao03.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040702211627.NGBL7678.fed1rmmtao03.cox.net@ip68-3-5-250.ph.ph.cox.net> for ; Fri, 2 Jul 2004 17:16:27 -0400 Received: (qmail 32477 invoked from network); 2 Jul 2004 21:17:09 -0000 Received: from sslp-stephens.smith.home (HELO cox.net) (192.168.1.50) by ip68-3-5-250.ph.ph.cox.net with SMTP; 2 Jul 2004 21:17:09 -0000 Message-ID: <40E5D0AB.7010407@cox.net> Date: Fri, 02 Jul 2004 21:16:00 -0000 From: "Stephen P. Smith" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: Andrew Cagney CC: Kevin Buettner , gdb@sources.redhat.com Subject: Re: shared library support hookin the remote.c References: <40AD1DA8.3090809@cox.net> <40AE69AB.7000004@cox.net> <20040611141424.2bed79f7@saguaro> <40DA349C.6080607@cox.net> <20040628134303.20e1cff0@saguaro> <40E09084.70108@cox.net> <20040628172120.2844044d@saguaro> <40E0CC21.1020401@cox.net> <20040701105812.44b85b9b@saguaro> <40E5C383.7060506@gnu.org> In-Reply-To: <40E5C383.7060506@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00009.txt.bz2 Andrew Cagney wrote: > Stephen, have you tried getting GDB to work native on your system? > > There are several ways to dissect this so its important to identify > all the components and their interactions. The system that I am working on has an OS that is used for embedded applications. Therefore the only way to debug is by a remote protocol or by emulator. The host type is either i686-pc-elf or powerpc-motorola-elf As for native on my host - usually I am running on my cygwin box and things are working fine there.