From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26645 invoked by alias); 18 Sep 2007 19:22:47 -0000 Received: (qmail 26637 invoked by uid 22791); 18 Sep 2007 19:22:47 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Sep 2007 19:22:41 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 3C97198152; Tue, 18 Sep 2007 19:22:39 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id EAEF89810B; Tue, 18 Sep 2007 19:22:38 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IXiec-00033i-0W; Tue, 18 Sep 2007 15:22:38 -0400 Date: Wed, 19 Sep 2007 01:37:00 -0000 From: 'Daniel Jacobowitz' To: Peter Skvarka Cc: gdb@sourceware.org Subject: Re: A handler for the OS ABI "GNU/Linux"... Message-ID: <20070918192238.GA11510@caradoc.them.org> Mail-Followup-To: Peter Skvarka , gdb@sourceware.org References: <20070918105102.GA29296@caradoc.them.org> <20070918183110.502061973AD@debian.softinengines.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070918183110.502061973AD@debian.softinengines.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00144.txt.bz2 Please reply to the list if you want help. On Tue, Sep 18, 2007 at 08:32:48PM +0200, Peter Skvarka wrote: > What do you mean by gdbserver ? open source jtag_gdbserver ? > But it works also with help of JTAG hardware. > Or do you mean to connect with gdb to target GDBServer/TCP instead of > Remote/TCP > in target list when opened insight, menu Run->Connect to target ? No. You must run the gdbserver program, which is part of GDB, on your target system in order to debug userspace applications. You can't use JTAG to do it; GDB doesn't support that. JTAG will be fine for the kernel. -- Daniel Jacobowitz CodeSourcery