From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22477 invoked by alias); 19 Feb 2011 22:30:00 -0000 Received: (qmail 22469 invoked by uid 22791); 19 Feb 2011 22:29:59 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Feb 2011 22:29:53 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 5784D1E016; Sat, 19 Feb 2011 14:29:51 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 4EDA5CD96C; Sat, 19 Feb 2011 14:29:51 -0800 (PST) Message-ID: <4D60445E.8010305@vmware.com> Date: Sat, 19 Feb 2011 22:30:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: paawan oza CC: "gdb@sourceware.org" Subject: Re: debugging gdb using gdb References: <913587.17568.qm@web112517.mail.gq1.yahoo.com> In-Reply-To: <913587.17568.qm@web112517.mail.gq1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2011-02/txt/msg00110.txt.bz2 What happens if you do *exactly* the same thing on x86 linux? paawan oza wrote: > can I get some inputs regarding following mail chain ? > as debugging gdb using gdb on arm is becoming difficult. > > Regards, > Oza. > > > ----- Original Message ---- > From: paawan oza > To: Michael Snyder > Cc: "gdb@sourceware.org" > Sent: Thu, February 17, 2011 9:01:12 AM > Subject: Re: debugging gdb using gdb > > it works absolutely fine on x86 linux. > on both terminals gdb allows input output at any time. > > > the difference is; > in arm-linux I connect through telnet > while in x86-linux, just local native terminal. > > Regards, > Oza. > > > ----- Original Message ---- > From: Michael Snyder > To: paawan oza > Cc: "gdb@sourceware.org" > Sent: Wed, February 16, 2011 11:38:25 PM > Subject: Re: debugging gdb using gdb > > paawan oza wrote: >> Hi, >> >> during reversible implementation, I am trying to debug arm-gdb using arm-gdb. >> so i connect through telnet terminal and open two different terminals. >> and run both the gdb on target and attach the one gdb with another one. >> the moment I attach another gdb and give continue command, the gdb being >> debugged, looses iis terminal, and I am not able to type anything, and gdb does > >> not accept any keyboard input and it hangs. >> >> Regards, >> Oza. > > What happens if you try the same thing on x86 linux? > > >