From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27479 invoked by alias); 6 Mar 2007 02:25:21 -0000 Received: (qmail 27434 invoked by uid 22791); 6 Mar 2007 02:25:20 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc15.comcast.net (HELO rwcrmhc15.comcast.net) (216.148.227.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 06 Mar 2007 02:25:18 +0000 Received: from [172.22.0.103] (c-71-63-50-10.hsd1.va.comcast.net?[71.63.50.10]) by comcast.net (rwcrmhc15) with ESMTP id <20070306022516m15002g2g8e>; Tue, 6 Mar 2007 02:25:16 +0000 Message-ID: <45ECD0DE.206@ringle.org> Date: Tue, 06 Mar 2007 02:25:00 -0000 From: Jon Ringle User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Michael Snyder CC: gdb@sourceware.org Subject: Re: [SPAM] Re: gdbserver signals interfere with {next,step{,i}} References: <45EC780E.60705@ringle.org> <20070305201726.GA11385@caradoc.them.org> <45ECA592.5080802@ringle.org> <1173145366.29183.56.camel@localhost.localdomain> <45ECC84A.9020702@ringle.org> <1173147085.29183.61.camel@localhost.localdomain> In-Reply-To: <1173147085.29183.61.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2007-03/txt/msg00076.txt.bz2 Michael Snyder wrote: > OK, I built it with arm-linux-gcc -lrt -lpthread -g > > I copied it to my arm dev board running kernel 2.6.14 > (intel Zylonite) > > I started it under gdbserver 6.5, connected to it with gdb 6.5, > break on line 106 as suggested by the comment, gave it some > input, hit the breakpoint, nexted a few times... > > I didn't see any odd behavior (I also didn't see gdb report any > SIGUSR1 events). > > Hmm... My target uses uclibc-0.9.28 rather than a glibc libc. Could that be a factor here? Jon