From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id QSSPIBSu9F8GRQAAWB0awg (envelope-from ) for ; Tue, 05 Jan 2021 13:21:08 -0500 Received: by simark.ca (Postfix, from userid 112) id 7755F1F0AA; Tue, 5 Jan 2021 13:21:08 -0500 (EST) 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 189001E552 for ; Tue, 5 Jan 2021 13:21:06 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9004D3857808; Tue, 5 Jan 2021 18:21:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9004D3857808 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1609870865; bh=nYq7rDZg7Isd8lX1OH8smt7WM9ccfbQyiOVvqyL0dpU=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=BZqNoNA6GUyXYxG9yij4wB7PYbiSG8+snFxB8Lk5Y3YMeUtdfEmN/XstxWXBN+3SA dMUNaVXDM4AQvgra46dBJqywq/26QKTT6ypXSIbDymQQuavD95mO36/Mn43y1FBHxJ U9N2Bb3WZBt0/FQqK0Ie+DZQr2eRa2NpCLMrGrJQ= Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id B60FC3857808 for ; Tue, 5 Jan 2021 18:21:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B60FC3857808 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 105IKu6l000999 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 5 Jan 2021 13:21:01 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 105IKu6l000999 Received: from [10.0.0.213] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 591321E552; Tue, 5 Jan 2021 13:20:56 -0500 (EST) Subject: Re: gdb wiki To: Jonny Grant , gdb@sourceware.org References: <33682df3-3b39-5a28-2a41-39a144c067e6@jguk.org> Message-ID: <55643a93-af4d-bf9c-4507-d159dd300b24@polymtl.ca> Date: Tue, 5 Jan 2021 13:20:56 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <33682df3-3b39-5a28-2a41-39a144c067e6@jguk.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Tue, 5 Jan 2021 18:20:56 +0000 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: Simon Marchi via Gdb Reply-To: Simon Marchi Errors-To: gdb-bounces@sourceware.org Sender: "Gdb" On 2021-01-05 12:55 p.m., Jonny Grant wrote: > Hello > Signed up for a wiki account here on 1st Jan 2021 https://sourceware.org/gdb/wiki/FAQ > > I've not received the login yet though. Does it take time? > > There is a grammar issue :- > > "10. GDB does not see any threads besides the one in which crash occurred; or SIGTRAP kills my program when I set a breakpoint. > This frequently happen on Linux" > > -- should be "happens" > > > Also, there are a few URLS, I was going to update to https > > Or if someone else wishes to make the updates, that is fine too. > > Cheers Jonny > You need to be added to the EditorGroup. What's your username? Ref: https://sourceware.org/gdb/wiki/EditorGroup Simon