From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by sourceware.org (Postfix) with ESMTPS id 36F83385800A for ; Tue, 5 Jan 2021 17:55:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 36F83385800A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=jguk.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=jg@jguk.org Received: by mail-wm1-x334.google.com with SMTP id y23so365405wmi.1 for ; Tue, 05 Jan 2021 09:55:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jguk.org; s=google; h=to:from:subject:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=r94uYoFSpkoaOxwh+fA9dLVEySUK4+u0ejpb/jD02Cs=; b=CagasJf/UDiFtQQyBplojLcJf7Wki1PI0wwVlOjUhkgi4B9KtAuzqJ6cUQIkmcblTN RDsUtDYN++BucBb0ChPiQS/sp76khL3bxRMIB+21bFYW40KyE0Ob7W2hTgcJBzpT4mLE ed8vbNsBLXRw4oegYjcWdtkBtx9KTxh3JtrI59M5YDRph2hA/uoEbYEBM9a2HC6Y4AZQ dpIjAsTblHhJCKyPLm1E0PrjKILzmMYbuct6/auXcRZFL0eJUkw/LLCpKYLKP8dgGHM3 jmM/RT5YIDUYBqIFl34wolnK5vY8lMX+9nRuhMeglbiDGvAA+QWQdWOsrd3oUqmFEoaP 5KLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=r94uYoFSpkoaOxwh+fA9dLVEySUK4+u0ejpb/jD02Cs=; b=lOkJF7qgdCAC4GZJGsPjTb9mP59rXDp8qm2sWyo3gmbdLrYtYFVZJiTtT1YoaJNEf7 w+jcsW8d6oOxiN0ekc7YRVm0qGsuX3l+QmQG4IWkSLLT9Up8lLuEhx2IP64m2980bMct zeGK6d9VFHr+jMEe1jB2K91XNb/Xbvk2LGRZZ5Ndk4gWF793AU8xWTIOjr2Ni6k+RQcf ebL+jcTdF8aaMTmGMdTxNChYC4CGAS9b+95DMngNdVz/8UHVCQpSkxOJ8FxCwar6Tc6n YAFJg8D9zaeJLLPEPFixhB1D1BKDPEG1SyFFeHVMsEjfcyNK6mmi79RwZwHWBEuj6O8g /REg== X-Gm-Message-State: AOAM533mrgkteTnW4El/5LUPzl4aS52IZlDv+iR0LmE23VLgE6hGnpsd 9hR1+O/HlkW8GJEg4oS5Oy5NyA== X-Google-Smtp-Source: ABdhPJysimJ3PtAdvgSb1A6ng5Fo/8ahQdTvVkWCoisUtZ6M5R/uFE2PjmGzaJRcd0Msbp/q5tDVyQ== X-Received: by 2002:a1c:4e0a:: with SMTP id g10mr272212wmh.51.1609869328256; Tue, 05 Jan 2021 09:55:28 -0800 (PST) Received: from [192.168.0.12] (cpc87345-slou4-2-0-cust172.17-4.cable.virginm.net. [81.101.252.173]) by smtp.gmail.com with ESMTPSA id v1sm596841wrr.48.2021.01.05.09.55.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 Jan 2021 09:55:27 -0800 (PST) To: gdb@sourceware.org From: Jonny Grant Subject: gdb wiki Message-ID: <33682df3-3b39-5a28-2a41-39a144c067e6@jguk.org> Date: Tue, 5 Jan 2021 17:55:27 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: , X-List-Received-Date: Tue, 05 Jan 2021 17:55:30 -0000 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