From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7416 invoked by alias); 19 Feb 2011 04:51:10 -0000 Received: (qmail 7405 invoked by uid 22791); 19 Feb 2011 04:51:08 -0000 X-SWARE-Spam-Status: No, hits=0.6 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from nm13.bullet.mail.ne1.yahoo.com (HELO nm13.bullet.mail.ne1.yahoo.com) (98.138.90.76) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sat, 19 Feb 2011 04:51:04 +0000 Received: from [98.138.90.50] by nm13.bullet.mail.ne1.yahoo.com with NNFMP; 19 Feb 2011 04:51:02 -0000 Received: from [98.138.89.249] by tm3.bullet.mail.ne1.yahoo.com with NNFMP; 19 Feb 2011 04:51:02 -0000 Received: from [127.0.0.1] by omp1041.mail.ne1.yahoo.com with NNFMP; 19 Feb 2011 04:51:02 -0000 Received: (qmail 21662 invoked by uid 60001); 19 Feb 2011 04:51:01 -0000 Message-ID: <913587.17568.qm@web112517.mail.gq1.yahoo.com> Received: from [123.238.92.120] by web112517.mail.gq1.yahoo.com via HTTP; Fri, 18 Feb 2011 20:51:01 PST Date: Sat, 19 Feb 2011 04:51:00 -0000 From: paawan oza Subject: Re: debugging gdb using gdb To: "gdb@sourceware.org" , Michael Snyder MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00109.txt.bz2 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?