From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id tOslI0DQTmJlYgAAWB0awg (envelope-from ) for ; Thu, 07 Apr 2022 07:51:28 -0400 Received: by simark.ca (Postfix, from userid 112) id 7F1FB1F344; Thu, 7 Apr 2022 07:51:28 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,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 EA62C1E150 for ; Thu, 7 Apr 2022 07:51:27 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4BF68385DC31 for ; Thu, 7 Apr 2022 11:51:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BF68385DC31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1649332287; bh=Gksv7Ir5NO5S5Fw+L7x4XVKAmikCh2rXSbPjIBPGgWg=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=TTz6Y3oELAR6r2P8l+BfV+eWPTXP8Ms11QGhVUen7Opsi/tWtGXMLpHNDGsdm/yFM Su/6C0+dj66GA3+3A69eQ6FSaibfJs4ECspoxsCWUsxDwqphqXyvxx1W5AB6Hg8PxN HMOLznrFbTnwTBiu6FSPRbtgZDZIvel0qfxh7vrU= Received: from mail-ed1-x52c.google.com (mail-ed1-x52c.google.com [IPv6:2a00:1450:4864:20::52c]) by sourceware.org (Postfix) with ESMTPS id CD6EA3858C50 for ; Thu, 7 Apr 2022 11:51:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CD6EA3858C50 Received: by mail-ed1-x52c.google.com with SMTP id b24so6067360edu.10 for ; Thu, 07 Apr 2022 04:51:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Gksv7Ir5NO5S5Fw+L7x4XVKAmikCh2rXSbPjIBPGgWg=; b=Xm24+q5EGEKUTXDUhgwG5I/aaZTbuAQgb4BABWrYqiBOiljdOFShRPupkFnm+/y0oU Xk6hvBXg3w1Pul9EzWlWuBOuZtlsHkfJy7rPAG9U0gxt7GhlcFEN9wdNRTiylc6EDhvg 3I5hiOsXri6raYKqkqmJu3ThK1J2L7oPzRhDfvX7spVb6mzPTbXzkdktsOShoOfSvZW9 vYvyhmPJaeTwj7b57wKIqqWvdkxtDVQbCelNVtII9GTtiBz5nLx0OBkClT0L+Q5VxmBx 7DADLr8bNw71HgwKKvD/Fr0kjdI2HK/HYSWnHASuWSMmFduClDMIzcSHzqxdDQDb69lV vHHA== X-Gm-Message-State: AOAM530FlhxD1AtgIw0Yt42WmyFNMUGAVctM0xhOvwGCANqCvKwixh5J u5KEp9PwZihA+oeqNhuVzyJcFzbLWjDUj8J1MuXm0ot90JXfYsUQ X-Google-Smtp-Source: ABdhPJyyJfqzn3tYApHv7SxMfvnGKwBAlc8i3KATuFdEu7dc5Ovidpmf+cEsZjSKQ+CavVfwHW16isJObw4pFAQCkXY= X-Received: by 2002:a05:6402:350c:b0:419:3d18:7dd2 with SMTP id b12-20020a056402350c00b004193d187dd2mr14052077edd.148.1649332259543; Thu, 07 Apr 2022 04:50:59 -0700 (PDT) MIME-Version: 1.0 References: <83y20hb1vr.fsf@gnu.org> In-Reply-To: <83y20hb1vr.fsf@gnu.org> Date: Thu, 7 Apr 2022 19:50:48 +0800 Message-ID: Subject: Re: The Emacs keybindings of "C-x [space]" described in a maybe still widely referred tutorial are outdated. To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" 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: Hongyi Zhao via Gdb Reply-To: Hongyi Zhao Cc: gdb@sourceware.org Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On Thu, Apr 7, 2022 at 6:53 PM Eli Zaretskii wrote: > > > 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.) No worry. > Thanks. You're welcome. Yours Sincerely, Hongyi