From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25271 invoked by alias); 20 Jan 2011 14:10:57 -0000 Received: (qmail 25257 invoked by uid 22791); 20 Jan 2011 14:10:56 -0000 X-SWARE-Spam-Status: No, hits=-0.5 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:10:52 +0000 Received: by plris.com (Postfix, from userid 517) id 2446DA866B; Thu, 20 Jan 2011 16:10:50 +0200 (IST) Received: from leonp.plris.com (unknown [192.168.50.57]) by plris.com (Postfix) with ESMTP id 78416A8344; Thu, 20 Jan 2011 16:10:49 +0200 (IST) To: Jan Kratochvil Subject: Re: Restarting gdbserver Cc: gdb@sourceware.org From: Leon Pollak Date: Thu, 20 Jan 2011 14:10:00 -0000 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101201615.11787.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/msg00084.txt.bz2 SORRY PLEASE!!!!! I forgot the backtrace output: (gdb) bt #0 0x400314bc in pthread_cond_wait@@GLIBC_2.4 () from /opt/FS/lib/libpthread.so.0 #1 0x00000000 in ?? () 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