From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31540 invoked by alias); 26 Aug 2004 22:50:53 -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 31530 invoked from network); 26 Aug 2004 22:50:50 -0000 Received: from unknown (HELO eagle5.netburner.com) (209.126.159.74) by sourceware.org with SMTP; 26 Aug 2004 22:50:50 -0000 Received: from warppicard.netburner.com (ip-66-80-176-18.lax.megapath.net [66.80.176.18]) by eagle5.netburner.com (8.11.6/8.11.6) with ESMTP id i7QMgMa04540 for ; Thu, 26 Aug 2004 15:42:22 -0700 Message-Id: <6.0.0.22.2.20040826155415.04890f40@mail.netburner.com> X-Sender: pbreed@mail.netburner.com Date: Thu, 26 Aug 2004 22:50:00 -0000 To: gdb@sources.redhat.com From: Paul Breed Subject: Re: Thread-specific breakpoints In-Reply-To: <5.2.0.9.1.20040818135647.01d11170@NT_SERVER> References: <5.2.0.9.1.20040818135647.01d11170@NT_SERVER> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-SW-Source: 2004-08/txt/msg00408.txt.bz2 The remote protocol has... Hct=85 -- set thread Set thread for subsequent operations (m, M, g, G, et.al.). c depends on the= =20 operation to be performed: it should be c for step and continue operations,= =20 g for other operations. The thread designator t=85 may be -1, meaning all t= he=20 threads, a thread number, or zero which means pick any thread. Reply: OK for success ENN for an error Paul