From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14772 invoked by alias); 31 May 2009 16:40:17 -0000 Received: (qmail 14763 invoked by uid 22791); 31 May 2009 16:40:16 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 31 May 2009 16:40:11 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id n4VGe7AA008524 for ; Sun, 31 May 2009 17:40:08 +0100 Received: from yw-out-2324.google.com (ywt2.prod.google.com [10.192.20.2]) by zps76.corp.google.com with ESMTP id n4VGe5Dp011885 for ; Sun, 31 May 2009 09:40:05 -0700 Received: by yw-out-2324.google.com with SMTP id 2so3729626ywt.9 for ; Sun, 31 May 2009 09:40:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.80.4 with SMTP id d4mr4350128agb.62.1243788005356; Sun, 31 May 2009 09:40:05 -0700 (PDT) In-Reply-To: References: <200905301151.52892.pedro@codesourcery.com> Date: Sun, 31 May 2009 16:40:00 -0000 Message-ID: Subject: Re: [RFC] Allowing all threads of all|current process(es) to be resumed [new command + docs] From: Doug Evans To: Pedro Alves Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00662.txt.bz2 Blech. On Sun, May 31, 2009 at 9:33 AM, Doug Evans wrote: > # This isn't implementable today, it's just for illustration. > define lstep > =A0set $save_scheduler_locking [get scheduler-locking] > =A0try + set scheduler-locking-step > =A0 =A0step > =A0finally > =A0 =A0set scheduler-locking $save_scheduler_locking > =A0end > end > > versus > > define lstep > step -l > end