From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16810 invoked by alias); 28 Jul 2006 14:28:05 -0000 Received: (qmail 16799 invoked by uid 22791); 28 Jul 2006 14:28:05 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-01.spheriq.net (HELO lon-del-01.spheriq.net) (195.46.50.97) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Jul 2006 14:28:02 +0000 Received: from lon-out-03.spheriq.net ([195.46.50.131]) by lon-del-01.spheriq.net with ESMTP id k6SERhg3027704 for ; Fri, 28 Jul 2006 14:27:44 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-03.spheriq.net with ESMTP id k6SERhAq011311 for ; Fri, 28 Jul 2006 14:27:43 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k6SERbgW026312 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Fri, 28 Jul 2006 14:27:42 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 21EC0DA48; Fri, 28 Jul 2006 14:27:37 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id D2626478AD; Fri, 28 Jul 2006 14:27:36 +0000 (GMT) Received: from crx549.cro.st.com (crx549.cro.st.com [164.129.44.49]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CIB86512 (AUTH "frederic riss"); Fri, 28 Jul 2006 16:27:36 +0200 (CEST) Subject: Re: [RFC] New threadnum command for breakpoints From: Frederic RISS To: Andreas Schwab Cc: gdb-patches@sources.redhat.com In-Reply-To: References: <1154093921.28300.236.camel@crx549.cro.st.com> Content-Type: text/plain Date: Fri, 28 Jul 2006 14:28:00 -0000 Message-Id: <1154096859.28300.255.camel@crx549.cro.st.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00417.txt.bz2 On Fri, 2006-07-28 at 16:03 +0200, Andreas Schwab wrote: > Frederic RISS writes: > > > The attached patch doesn't try to solve the parsing issue, but it simply > > adds a 'threadnum' command that one can use to (un)set the thread of a > > particular breakpoint. I'm not sure about the command name, because it > > will conflict with the thread command. Suggestions appreciated. > > Make it a subcommand of the thread command. I thought of that, but I didn't like it: it mixes breakpoint and thread functionality in a way that doesn't seem right... but that's just a personal feeling that we take care not to . You suggest something like: (gdb) thread breakpoint Anyone else prefers it this way? Fred.