From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18546 invoked by alias); 30 Aug 2006 23:11:34 -0000 Received: (qmail 18535 invoked by uid 22791); 30 Aug 2006 23:11:33 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.palmsource.com (HELO mx2.palmsource.com) (12.7.175.14) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 30 Aug 2006 23:11:27 +0000 Received: from localhost (localhost [127.0.0.1]) by localhost.domain.tld (Postfix) with ESMTP id 46CA826A23; Wed, 30 Aug 2006 16:11:26 -0700 (PDT) Received: from mx2.palmsource.com ([127.0.0.1]) by localhost (mx2.palmsource.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05145-05-6; Wed, 30 Aug 2006 16:11:25 -0700 (PDT) Received: from ussunex01.palmsource.com (unknown [192.168.101.9]) by mx2.palmsource.com (Postfix) with ESMTP id 4A08026892; Wed, 30 Aug 2006 16:11:25 -0700 (PDT) Received: from 192.168.92.59 ([192.168.92.59]) by ussunex01.palmsource.com ([192.168.101.9]) via Exchange Front-End Server owa.palmsource.com ([10.0.20.17]) with Microsoft Exchange Server HTTP-DAV ; Wed, 30 Aug 2006 23:11:24 +0000 Received: from svmsnyderlnx by owa.palmsource.com; 30 Aug 2006 16:11:24 -0700 Subject: RE: Error running remote gdb From: Michael Snyder To: "Bizhan Gholikhamseh (bgholikh)" Cc: Daniel Jacobowitz , gdb@sourceware.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 30 Aug 2006 23:11:00 -0000 Message-Id: <1156979484.31253.6.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-08/txt/msg00264.txt.bz2 On Wed, 2006-08-30 at 15:37 -0700, Bizhan Gholikhamseh (bgholikh) wrote: > > >> > >> Hi > >> On our custome based powerpc we are running Linux 2.6.11. > >> I am trying to run a sample debug session with gdbserver. > >> > >> On target board I typed: > >> gdbserver :portno > >> > >> Then on host system I typed: > >> gdb > >> gdb> target extended-remote :portno b main cont > >> > >> Then I got the following error on my host; Ignoring packet erro, > >> continuing... > >> Ignoring packet erro, continuing... > >> Reply contains invalid hex digit 116 > > >Something timed out. Try "set debug remote 1" to see what's happening. > I did that Now I see some ACK messages on my system. Please try the above command *before* connecting to the target, then connect, and send us the result (cut and paste). > At this point I continue with the following commands: > >gdb b main > >gdb cont > >gdb n > The above line no matter how many times I type does not work. And > anytime > I type "where" still shows the "main" statement. It seems the program > never > Starts... > Please help. > > -- > Daniel Jacobowitz > CodeSourcery