From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22241 invoked by alias); 14 Dec 2004 21:29:18 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 22198 invoked from network); 14 Dec 2004 21:29:11 -0000 Received: from unknown (HELO main.gmane.org) (80.91.229.2) by sourceware.org with SMTP; 14 Dec 2004 21:29:11 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CeKEJ-0002nq-00 for ; Tue, 14 Dec 2004 22:29:11 +0100 Received: from pd9ee0c88.dip0.t-ipconnect.de ([217.238.12.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2004 22:29:11 +0100 Received: from bernhard.walle by pd9ee0c88.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 14 Dec 2004 22:29:11 +0100 To: insight@sources.redhat.com From: Bernhard Walle Subject: Re: Problem with Remote/Serial in Insight Date: Tue, 14 Dec 2004 21:29:00 -0000 Message-ID: References: <1102982868.2774.21.camel@lindt.uglyboxes.com> <1103044502.2776.5.camel@lindt.uglyboxes.com> <1103049200.2776.25.camel@lindt.uglyboxes.com> <1103055370.2776.31.camel@lindt.uglyboxes.com> <1103057541.2776.33.camel@lindt.uglyboxes.com> <1103058182.2776.35.camel@lindt.uglyboxes.com> <1103058797.2776.43.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9ee0c88.dip0.t-ipconnect.de User-Agent: Mozilla Thunderbird 1.0 (X11/20041213) In-Reply-To: <1103058797.2776.43.camel@lindt.uglyboxes.com> X-SW-Source: 2004-q4/txt/msg00143.txt.bz2 Keith Seitz wrote: > On Tue, 2004-12-14 at 13:08, Bernhard Walle wrote: > > >>What do you mean with "whole session"? Just break main and target >>remote, or am I understanding wrong? > > > I would like to see something like this but targeted for your stub: Well, simply [~/devel/remdbg/stubs/neu] $ m68k-elf-gdb GNU gdb 6.1 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "--host=i686-pc-linux-gnu --target=m68k-elf". (gdb) file test.out Reading symbols from test.out...done. (gdb) target remote /dev/ttyS14 Remote debugging using /dev/ttyS14 0x00010f74 in breakpoint () at m68k-stub.c:1206 1206 BREAKPOINT (); (gdb) I must download and start the program with minicom and the monitor program in the ROM of the target. Regards, Bernhard