From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16213 invoked by alias); 20 Jul 2002 18:41:39 -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 9078 invoked from network); 20 Jul 2002 16:54:56 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 20 Jul 2002 16:54:56 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1AD5F3E53; Sat, 20 Jul 2002 12:54:56 -0400 (EDT) Message-ID: <3D3995DF.1040500@ges.redhat.com> Date: Sat, 20 Jul 2002 11:41:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vinayak P Risbud Cc: gdb Subject: Re: gdbserver References: <3D3950ED.84D74808@multitech.co.in> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00208.txt.bz2 > Hi, > I am trying to use gdbserver with redboot ? > Where can I get the sources for gdbserver ? > Can anyone explain me, how to integrate > gdbserver with redboot ? If you have a board with RedBoot (a boot monitor that includes a GDB stub) then you do not need gdbserver. GDB can talk directly to the board. GDBserver is for remote unix (and unix like) systems and makes it possible for GDB to debug a unix program remotly. enjoy, Andrew