From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27820 invoked by alias); 16 May 2011 15:23:04 -0000 Received: (qmail 27811 invoked by uid 22791); 16 May 2011 15:23:03 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 16 May 2011 15:22:50 +0000 Received: by qyk2 with SMTP id 2so1860505qyk.0 for ; Mon, 16 May 2011 08:22:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.7.2 with SMTP id b2mr3368931qcb.179.1305559369508; Mon, 16 May 2011 08:22:49 -0700 (PDT) Received: by 10.229.135.145 with HTTP; Mon, 16 May 2011 08:22:49 -0700 (PDT) In-Reply-To: <201105161217.37184.pedro@codesourcery.com> References: <201105111829.15404.pedro@codesourcery.com> <201105161217.37184.pedro@codesourcery.com> Date: Mon, 16 May 2011 15:23:00 -0000 Message-ID: Subject: Re: Stepping of multithreaded application From: Tomas Martinec To: Pedro Alves Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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-05/txt/msg00076.txt.bz2 > I imagine you're seeing a 'Hc1', 'c', and only continuing > thread 1 instead of all threads? Yes, that is right. > I'll test and apply your fix if nothing turns up regardless. Please let me know if you find a problem with the fix. Tomas