From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15763 invoked by alias); 30 Mar 2011 15:16:34 -0000 Received: (qmail 15686 invoked by uid 22791); 30 Mar 2011 15:16:32 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from anchor-post-2.mail.demon.net (HELO anchor-post-2.mail.demon.net) (195.173.77.133) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Mar 2011 15:16:22 +0000 Received: from [80.177.246.162] (helo=hestia.halldom.com) by anchor-post-2.mail.demon.net with esmtp (Exim 4.69) id 1Q4x6O-0006Qa-js; Wed, 30 Mar 2011 15:14:32 +0000 Received: from hyperion.halldom.com ([80.177.246.170] helo=HYPERION) by hestia.halldom.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71) (envelope-from ) id 1Q4x6N-0003FI-Mv; Wed, 30 Mar 2011 16:14:31 +0100 From: "'Chris Hall'" To: Cc: "'Tom Tromey'" References: <02ff01cbee6d$e9116b70$bb344250$@highwayman.com> In-Reply-To: Subject: RE: How to switch threads in gdb while a thread is being blocked Date: Wed, 30 Mar 2011 15:16:00 -0000 Message-ID: <033e01cbeeed$2b925020$82b6f060$@highwayman.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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-03/txt/msg00203.txt.bz2 Tom Tromey wrote (on Wed 30-Mar-2011 at 14:58): > >>>>> "Chris" == writes: > > Chris> Though my experience with non-stop is that it crashes and > Chris> burns when you single step through the end of some > Chris> functions :-( > If you haven't filed bug reports about this, please do so. OK. Bug 12623 Submitted... .... > I am curious. Me too. (See my posting of Mon 07-Mar-2011 " SIGSEGV on exit from subroutines -- problem with non-stop ?") I used non-stop earlier this year... but that was on a previous machine and probably an earlier version of gdb ! Chris