From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23517 invoked by alias); 20 Jan 2011 14:07:25 -0000 Received: (qmail 23508 invoked by uid 22791); 20 Jan 2011 14:07:24 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_00,TVD_RCVD_IP X-Spam-Check-By: sourceware.org Received: from 212.199.10.23.static.012.net.il (HELO plris.com) (212.199.10.23) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 20 Jan 2011 14:07:19 +0000 Received: by plris.com (Postfix, from userid 517) id 4F965A866B; Thu, 20 Jan 2011 16:07:17 +0200 (IST) Received: from leonp.plris.com (unknown [192.168.50.57]) by plris.com (Postfix) with ESMTP id B6617A8344; Thu, 20 Jan 2011 16:07:16 +0200 (IST) From: Leon Pollak To: Jan Kratochvil Subject: Re: Restarting gdbserver Date: Thu, 20 Jan 2011 14:07:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.34.7-66.fc13.x86_64; KDE/4.5.4; x86_64; ; ) Cc: gdb@sourceware.org References: <201101201129.50875.leonp@plris.com> <20110120093635.GA5601@host1.dyn.jankratochvil.net> In-Reply-To: <20110120093635.GA5601@host1.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101201611.38963.leonp@plris.com> 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-01/txt/msg00083.txt.bz2 On Thursday January 20 2011, Jan Kratochvil wrote: > or also: > gdbserver --multi COMM > using `target extended-remote ...' instead. WOW!!!!!!!! How could I not find this!!?? 1001 of thanks! Works fine. I start thegdb with: set sysroot /opt/FS/ set remote exec-file /common/csu target extended-remote 192.168.50.4:44000 --- The only one problem left for me is that when stopped/broken, the stack frame is not presented as it usually is: (gdb) frame #0 0x400314bc in pthread_cond_wait@@GLIBC_2.4 () from /opt/FS/lib/libpthread.so.0 And nothing else...:-( Thousands of thanks ahead for the help... -- Leon