From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2570 invoked by alias); 15 Jul 2002 16:26:57 -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 2558 invoked from network); 15 Jul 2002 16:26:56 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 15 Jul 2002 16:26:56 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B07953C03; Mon, 15 Jul 2002 12:26:56 -0400 (EDT) Message-ID: <3D32F7D0.90807@ges.redhat.com> Date: Mon, 15 Jul 2002 09:26: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: Peter Barada Cc: Daniel Jacobowitz , aminayev@yahoo.com, gdb@sources.redhat.com Subject: Re: gdb-h8-stub... please help. References: <20020714055803.62733.qmail@web13505.mail.yahoo.com> <200207151420.g6FEKTq23706@hyper.wm.sps.mot.com> <20020715143515.GA4919@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00153.txt.bz2 > At a guess, "Junk: @". The stub is sending something out the serial > port, or the application is being allowed to write to the serial port > while GDB is waiting for a result. Using ``(gdb) set debug serial 1'' before the target command might help. That will let you see exactly what GDB is reading / writing. Andrew