From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id HXIsMMvCTmK7YAAAWB0awg (envelope-from ) for ; Thu, 07 Apr 2022 06:54:03 -0400 Received: by simark.ca (Postfix, from userid 112) id B2E431F344; Thu, 7 Apr 2022 06:54:03 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.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 3BBEB1E150 for ; Thu, 7 Apr 2022 06:54:03 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 731E73857830 for ; Thu, 7 Apr 2022 10:54:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 731E73857830 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1649328842; bh=/jC4DtTD9/r070volAUQKO99vUITVI5NslSroH0CjzQ=; 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=KyCpmTtSSBHLfm/EMPrNKelIsrUP1kEuaWQ8Lpsjz+c19+NEcypy/wZ95hlNHvw12 DFMOiM/nylKGtELIse3+v39BX8PJkpOP/RaEXAa5OeluhS+t7Zk8pm4sLM7EJbFlLf EJobPVM91BYCuit0QRq5eRb4DRjk7FBMqHkr4/0M= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id BB0C73858C50 for ; Thu, 7 Apr 2022 10:53:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BB0C73858C50 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46754) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncPlg-0005kL-7W; Thu, 07 Apr 2022 06:53:36 -0400 Received: from [87.69.77.57] (port=2917 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncPlf-00068D-7v; Thu, 07 Apr 2022 06:53:36 -0400 Date: Thu, 07 Apr 2022 13:53:44 +0300 Message-Id: <83y20hb1vr.fsf@gnu.org> To: Hongyi Zhao In-Reply-To: (message from Hongyi Zhao via Gdb on Thu, 7 Apr 2022 09:59:39 +0800) Subject: Re: The Emacs keybindings of "C-x [space]" described in a maybe still widely referred tutorial are outdated. References: X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Eli Zaretskii via Gdb Reply-To: Eli Zaretskii Cc: gdb@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" > Date: Thu, 7 Apr 2022 09:59:39 +0800 > From: Hongyi Zhao via Gdb > > I've noticed the "An Introduction to GDB in Emacs" here [1]. > > The above introduction says the following: > > ``` > Set a breakpoint by going to the source line of the program you're > debugging, and typing: > > C-x [space] > > (That's the space bar.) GDB will tell you that you've just set a breakpoint. > ``` It turns out that site has nothing to do with the GDB project. So we cannot fix that. The site was last updated 25 years ago, so it is not surprising its information is outdated. (I'm sorry I didn't notice originally that you were talking about this URL. I thought you were quoting from the GDB manual.) Thanks.