From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18934 invoked by alias); 15 Jun 2002 02:08:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18922 invoked from network); 15 Jun 2002 02:08:13 -0000 Received: from unknown (HELO racerx.ixiacom.com) (64.60.75.69) by sources.redhat.com with SMTP; 15 Jun 2002 02:08:13 -0000 Received: by racerx.ixiacom.com with Internet Mail Service (5.5.2653.19) id ; Fri, 14 Jun 2002 19:06:36 -0700 Message-ID: <9A9C83C019F35D47A570460E87D5D8AB0186F76C@racerx.ixiacom.com> From: Ankur Sheth To: "'gdb@sources.redhat.com'" Cc: Dan Kegel Subject: gdbserver and multithreaded programs Date: Fri, 14 Jun 2002 19:08:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-06/txt/msg00113.txt.bz2 We tried out today's cvs on a simple remote multithreaded program on x86, ppc405 and sh4. Results : x86 - worked fine. ppc405 - worked on single threaded program, but on multithreaded program output zillions of Ignoring packet error, continuing... Ignoring packet error, continuing... as soon as we tried to step thru main. sh4 - worked fine on single threaded program, but on multithreaded program it output the following message. Program received signal SIG32, Real-time event 32. Has anybody else tried this stuff yet? Regards, ankur