From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id /i7fHLwBb1/rOwAAWB0awg (envelope-from ) for ; Sat, 26 Sep 2020 04:54:20 -0400 Received: by simark.ca (Postfix, from userid 112) id 669B11EF4D; Sat, 26 Sep 2020 04:54:20 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 81A461E509 for ; Sat, 26 Sep 2020 04:54:19 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 33001384BC21; Sat, 26 Sep 2020 08:54:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33001384BC21 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1601110459; bh=QRWaz9ojsApxsdP1qbQhddlbW0InXNoAZn3Y2vUqcHs=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=o5W7JmFIeiQ/OtUfN6K6hVfPpQqKLXCtQIQeO5XcJFTx1ObohKdsdnCCIACQTBZRH oBuomqemP3t/Uprcu9/mdEbG4ejEgYrzbhNsI1BHupgERGdWxVDvM/97Ff1L4AVvEW lc9pG40nm07hii0z4eW9W0Rpi9pgot4Vutvd5k90= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id B0201385703A for ; Sat, 26 Sep 2020 08:54:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B0201385703A Received: from fencepost.gnu.org ([2001:470:142:3::e]:58103) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kM5yC-0006O2-Mu; Sat, 26 Sep 2020 04:54:16 -0400 Received: from [176.228.60.248] (port=4290 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kM5yC-00040p-5n; Sat, 26 Sep 2020 04:54:16 -0400 Date: Sat, 26 Sep 2020 11:54:30 +0300 Message-Id: <83y2kwrk8p.fsf@gnu.org> To: Andreas Schwab In-Reply-To: <87zh5d2b3l.fsf@linux-m68k.org> (message from Andreas Schwab on Sat, 26 Sep 2020 10:31:10 +0200) Subject: Re: [PATCHv3 3/3] gdb: Track the current frame for each thread References: <834knlrrjw.fsf@gnu.org> <87zh5d2b3l.fsf@linux-m68k.org> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > From: Andreas Schwab > Cc: Andrew Burgess , Eli Zaretskii > Date: Sat, 26 Sep 2020 10:31:10 +0200 > > On Sep 26 2020, Eli Zaretskii via Gdb-patches wrote: > > >> From: Andrew Burgess > >> Date: Fri, 25 Sep 2020 23:24:09 +0100 > >> > >> +set restore-selected-frame [on|off] > >> +show restore-selected-frame > >> + This option is off by default. When turned on GDB will record the > > Shouldn't GDB be written as @value{GDBN}? Not in NEWS, AFAIU.