From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29178 invoked by alias); 17 Feb 2011 03:31:22 -0000 Received: (qmail 29168 invoked by uid 22791); 17 Feb 2011 03:31:21 -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 nm22.bullet.mail.sp2.yahoo.com (HELO nm22.bullet.mail.sp2.yahoo.com) (98.139.91.92) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 17 Feb 2011 03:31:14 +0000 Received: from [98.139.91.69] by nm22.bullet.mail.sp2.yahoo.com with NNFMP; 17 Feb 2011 03:31:13 -0000 Received: from [98.139.91.18] by tm9.bullet.mail.sp2.yahoo.com with NNFMP; 17 Feb 2011 03:31:13 -0000 Received: from [127.0.0.1] by omp1018.mail.sp2.yahoo.com with NNFMP; 17 Feb 2011 03:31:13 -0000 Received: (qmail 73829 invoked by uid 60001); 17 Feb 2011 03:31:13 -0000 Message-ID: <20510.72357.qm@web112516.mail.gq1.yahoo.com> Received: from [123.238.92.196] by web112516.mail.gq1.yahoo.com via HTTP; Wed, 16 Feb 2011 19:31:12 PST References: <810666.91200.qm@web112518.mail.gq1.yahoo.com> <4D5C1299.2060502@vmware.com> Date: Thu, 17 Feb 2011 03:31:00 -0000 From: paawan oza Subject: Re: debugging gdb using gdb To: Michael Snyder Cc: "gdb@sourceware.org" In-Reply-To: <4D5C1299.2060502@vmware.com> 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/msg00091.txt.bz2 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?