From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32161 invoked by alias); 10 Sep 2010 10:15:09 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 32151 invoked by uid 22791); 10 Sep 2010 10:15:08 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Oleg Nesterov X-Fcc: ~/Mail/utrace Cc: Jan Kratochvil , utrace-devel@redhat.com, archer@sourceware.org Subject: Re: gdbstub initial code, v7 In-Reply-To: Oleg Nesterov's message of Saturday, 4 September 2010 01:09:57 +0200 <20100903230957.GC8917@redhat.com> References: <20100830185850.GA1132@redhat.com> <20100830192040.GA15431@host1.dyn.jankratochvil.net> <20100831072048.GA26362@host1.dyn.jankratochvil.net> <20100902200632.GA23692@redhat.com> <20100903064008.GA16249@host1.dyn.jankratochvil.net> <20100903230957.GC8917@redhat.com> Message-Id: <20100910101452.39015405D5@magilla.sf.frob.com> Date: Fri, 10 Sep 2010 10:15:00 -0000 X-SW-Source: 2010-q3/txt/msg00175.txt.bz2 > But I meant another case, when the stopped tracee doesn't have siginfo. > Currently ugdb just sends this signal to tracee, and then it will be > reported to gdb. Not sure if this is right or not, I can change this. > (or perhap this doesn't matter, I dunno). What do you mean by "doesn't have siginfo"? You mean non-signal stops? What non-signal stops does ugdb report? Thanks, Roland