From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24823 invoked by alias); 25 Sep 2007 04:28:46 -0000 Received: (qmail 24813 invoked by uid 22791); 25 Sep 2007 04:28:45 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.181) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 25 Sep 2007 04:28:43 +0000 Received: by wa-out-1112.google.com with SMTP id l35so2400852waf for ; Mon, 24 Sep 2007 21:28:41 -0700 (PDT) Received: by 10.114.154.1 with SMTP id b1mr581157wae.1190694520958; Mon, 24 Sep 2007 21:28:40 -0700 (PDT) Received: by 10.140.162.13 with HTTP; Mon, 24 Sep 2007 21:28:40 -0700 (PDT) Message-ID: <6b14b5b00709242128y54e97509t1c2330a6fc3fa0b@mail.gmail.com> Date: Tue, 25 Sep 2007 11:05:00 -0000 From: "The Westlakers" To: gdb@sourceware.org Subject: Re: question about GDB message Cc: westlakers@gmail.com In-Reply-To: <6b14b5b00709242126n5321100m2aad74fd7c7ea58d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6b14b5b00709242126n5321100m2aad74fd7c7ea58d@mail.gmail.com> 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/msg00196.txt.bz2 Hi GDB experts, I am having problem when I made "target remote:192.1.1.255:6000" I can see the packets being sent to the remote target machine, and replied with right reponding packets. But after that, it prints out: procfs: couldn't find pid 42000 in procinfo list. then can not do anything from there. I am running 64bit Solaris on Sparc and my targt is also UltraSparc N1 machine w/o OS (though implementing our own runtime). The whole process was better if I run 32-bit GDB, I can get as far as "info thread" and "info reg" etc, can get back the info for the register files and the threads. Any help is much appreciated. Thanks Jesse