From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24680 invoked by alias); 15 Dec 2010 15:52:07 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 24669 invoked by uid 22791); 15 Dec 2010 15:52:06 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4D08E41F.2050300@redhat.com> Date: Wed, 15 Dec 2010 15:52:00 -0000 From: sami wagiaalla User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100806 Fedora/3.1.2-1.fc13 Lightning/1.0b2pre Thunderbird/3.1.2 MIME-Version: 1.0 To: Tom Tromey CC: Project Archer Subject: Re: [inferior events] another fix from trunk References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2010-q4/txt/msg00040.txt.bz2 On 12/14/2010 04:39 PM, Tom Tromey wrote: > Here's another fix from trunk. > > gdb.selected_thread is defined to return None when there is no current > thread. On the branch it errors. > Does it do that though ? IIRC it just crash when there was no current thread. > Ok to push? > If no crash then yes.