From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10217 invoked by alias); 16 Aug 2004 13:26:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10193 invoked from network); 16 Aug 2004 13:26:42 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 16 Aug 2004 13:26:42 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BwhVR-00066b-Gx; Mon, 16 Aug 2004 09:26:33 -0400 Date: Mon, 16 Aug 2004 13:26:00 -0000 From: Daniel Jacobowitz To: Fabian Cenedese Cc: gdb@sources.redhat.com Subject: Re: Thread-specific breakpoints Message-ID: <20040816132633.GA23408@nevyn.them.org> Mail-Followup-To: Fabian Cenedese , gdb@sources.redhat.com References: <5.2.0.9.1.20040816090919.01cefeb0@NT_SERVER> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.1.20040816090919.01cefeb0@NT_SERVER> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-08/txt/msg00216.txt.bz2 On Mon, Aug 16, 2004 at 09:19:01AM +0200, Fabian Cenedese wrote: > Hi > > Is there support for thread-specific breakpoints in gdb? I couldn't see it > in the interface/commands. If not, are there plans to add it to gdb? > > I know that other people have already tried to do so, e.g. SmartGDB > http://hegel.ittc.ukans.edu/projects/smartgdb/brief.html > > But this a workaround with the help of tcl and only supports some > thread libs. As I need support over a stub for a proprietary system > (not Linux) this won't work. What features do you need from thread-specific breakpoints? It could mean several things. The closest GDB comes is "break thread ". -- Daniel Jacobowitz