From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23669 invoked by alias); 16 Aug 2004 07:18:50 -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 23659 invoked from network); 16 Aug 2004 07:18:48 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 16 Aug 2004 07:18:48 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i7G7IkuL010066 for ; Mon, 16 Aug 2004 09:18:47 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Mon, 16 Aug 2004 09:17:14 +0200 Message-Id: <5.2.0.9.1.20040816090919.01cefeb0@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Mon, 16 Aug 2004 07:18:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: Thread-specific breakpoints Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-08/txt/msg00214.txt.bz2 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. Thanks bye Fabi