From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7925 invoked by alias); 16 Feb 2007 16:02:12 -0000 Received: (qmail 7917 invoked by uid 22791); 16 Feb 2007 16:02:12 -0000 X-Spam-Check-By: sourceware.org Received: from highley-recommended.com (HELO douglas.highley-recommended.com) (74.92.228.89) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 16 Feb 2007 16:02:03 +0000 Received: from douglas.highley-recommended.com (localhost.localdomain [127.0.0.1]) by douglas.highley-recommended.com (8.13.8/8.13.8) with ESMTP id l1GG2gLk014573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 16 Feb 2007 08:02:42 -0800 Received: (from dhighley@localhost) by douglas.highley-recommended.com (8.13.8/8.13.8/Submit) id l1GG2gpr014571 for gdb@sourceware.org; Fri, 16 Feb 2007 08:02:42 -0800 From: David Highley Message-Id: <200702161602.l1GG2gpr014571@douglas.highley-recommended.com> Subject: Break in a thread but continue other threads To: gdb@sourceware.org Date: Fri, 16 Feb 2007 16:06:00 -0000 X-Mailer: ELM [version 2.5 PL8] 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: 2007-02/txt/msg00173.txt.bz2 Is it possible to put a break in one thread but continue all the other threads? Our developers keep lamenting to me the inadequacies of the gdb debugger in debugging our run time configured multi-threaded applications. In several cases I can answer read the manual but in others I know the persons diligence and capabilities. While ddd is ok it would not be considered a great interface by any standard. I peronally am not complaining as I do not use any of the integrated development environments but I get plenty of input from the developer community; 300+ on just one program.