From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19988 invoked by alias); 2 Jul 2004 22:30:29 -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 19941 invoked from network); 2 Jul 2004 22:30:29 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 2 Jul 2004 22:30:29 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i62MUTe3025690 for ; Fri, 2 Jul 2004 18:30:29 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i62MUS028916; Fri, 2 Jul 2004 18:30:28 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8FF822B9D; Fri, 2 Jul 2004 18:30:14 -0400 (EDT) Message-ID: <40E5E1F6.4090203@gnu.org> Date: Fri, 02 Jul 2004 22:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: "Stephen P. Smith" 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> <40E5D0AB.7010407@cox.net> In-Reply-To: <40E5D0AB.7010407@cox.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00013.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. But assuming you could, what mechanisms would you use to implement it? :-) Andrew