From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 894 invoked by alias); 16 Feb 2011 03:42:07 -0000 Received: (qmail 882 invoked by uid 22791); 16 Feb 2011 03:42:06 -0000 X-SWARE-Spam-Status: No, hits=2.3 required=5.0 tests=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,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from nm8-vm0.bullet.mail.sp2.yahoo.com (HELO nm8-vm0.bullet.mail.sp2.yahoo.com) (98.139.91.194) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Wed, 16 Feb 2011 03:42:01 +0000 Received: from [98.139.91.61] by nm8.bullet.mail.sp2.yahoo.com with NNFMP; 16 Feb 2011 03:42:00 -0000 Received: from [98.139.91.17] by tm1.bullet.mail.sp2.yahoo.com with NNFMP; 16 Feb 2011 03:42:00 -0000 Received: from [127.0.0.1] by omp1017.mail.sp2.yahoo.com with NNFMP; 16 Feb 2011 03:42:00 -0000 Received: (qmail 91435 invoked by uid 60001); 16 Feb 2011 03:41:59 -0000 Message-ID: <810666.91200.qm@web112518.mail.gq1.yahoo.com> Received: from [15.219.201.68] by web112518.mail.gq1.yahoo.com via HTTP; Tue, 15 Feb 2011 19:41:59 PST Date: Wed, 16 Feb 2011 03:42:00 -0000 From: paawan oza Subject: debugging gdb using gdb To: gdb@sourceware.org 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/msg00083.txt.bz2 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.