From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25787 invoked by alias); 1 Sep 2011 23:57:35 -0000 Received: (qmail 25777 invoked by uid 22791); 1 Sep 2011 23:57:34 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Sep 2011 23:57:18 +0000 Received: (qmail 3555 invoked from network); 1 Sep 2011 23:57:17 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 1 Sep 2011 23:57:17 -0000 From: Pedro Alves To: gdb@sourceware.org Subject: Re: Thread Specific Breakpoints in Remote Targets Date: Thu, 01 Sep 2011 23:57:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; x86_64; ; ) Cc: Petr =?utf-8?q?Hluz=C3=ADn?= , Raphael Zulliger References: <4E5F8753.8070003@indel.ch> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201109020057.14035.pedro@codesourcery.com> 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-09/txt/msg00006.txt.bz2 On Thursday 01 September 2011 22:34:32, Petr Hluz=C3=ADn wrote: > By the way: when user does "next", "step", or "finish" GDB places a > temporary internal breakpoint. Is the breakpoint thread-specific? It is. --=20 Pedro Alves