From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by sourceware.org (Postfix) with ESMTPS id D39A13851C09 for ; Wed, 15 Jul 2020 09:27:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D39A13851C09 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=jguk.org Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=jg@jguk.org Received: by mail-wr1-x435.google.com with SMTP id k6so1689775wrn.3 for ; Wed, 15 Jul 2020 02:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jguk.org; s=google; h=from:subject:to:message-id:date:user-agent:mime-version :content-language:content-transfer-encoding; bh=U2Hq1y0Gw0PkoS+nUTQyWKz9cBx25rmF2uRLpitvBMM=; b=VXw2VMng1HY73TqJZxJUxwaSI/lMDiZ/MQmWjFgFRp0E+ovegOfhGti5yPG0+dvYUM 4XINYmsXCITrkuj4bE2VxIt+cb7N1OrfIhnvcpR2qniMTe102zQnArHkIL+cV++oAcyo HUOTLL/KBqhFsVdc2boMLrstcizQlGJcDjAzlb3mC7ygqVsFeBOecaosxvL699hAV2/l daouHqy9ezgTkO9WZDRirtE+X7TG2J5dfWz9g7zbR2RHB7soD1qKQz7cakcAbHzw6vYs 8n7Aw0+oIRXxUga7I9twqOnaSZhMosQLS56Jp9TJwblCAYYD8iOKMHMBgh2+wwA2IUh3 R+Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-language:content-transfer-encoding; bh=U2Hq1y0Gw0PkoS+nUTQyWKz9cBx25rmF2uRLpitvBMM=; b=gZJhpiUIp8bpQZ/8jhG6R4r00vCRA1c4zPMMH0hGGwfLdI6iiW8+/Dc81t67ZUDHhW TVxS+zBlGIEiszgEZfrncg5PHEHt/PdD+klJj6e73JVoVKcaIbBjHotrxKdEUInN5D71 lmPjX3JEBfruxMpkehLrvQMaCAkqPr8yv/9y0AFDUqzufs15T4BaJSjVh6vJbnALW6oU OqP+niHAwNCu/He9dm0ftIpHNLI3iwqDtG4Oq6SvDLAprKJ8aiBFbsLgeiZi4COkZa7P fx/KyEQiWu2GAwyJm85lq4KNo39xSFu73zIMMRzFXMt6+VnrNpWlH3k01rIWZISaoZZw 4tZA== X-Gm-Message-State: AOAM532PdsIXSpjrokR6hHIakEzhxr3LhO573Hn1+MaSVEA44A9H2U8i /tKi/MA+tAhuhtTxFbea3WLhWsWa1uU= X-Google-Smtp-Source: ABdhPJxeY2ggBhxRFcwhr/Q0AA1aDqhudHX/LZuQV9/9GhdkV81Qk2DD6JHveh+QFsHRyViFN2A46Q== X-Received: by 2002:a5d:5270:: with SMTP id l16mr10250065wrc.122.1594805239717; Wed, 15 Jul 2020 02:27:19 -0700 (PDT) Received: from [192.168.0.12] (cpc87281-slou4-2-0-cust47.17-4.cable.virginm.net. [92.236.12.48]) by smtp.gmail.com with ESMTPSA id h14sm2564363wrt.36.2020.07.15.02.27.18 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Jul 2020 02:27:18 -0700 (PDT) From: Jonny Grant Subject: gdb online manuals To: gdb@sourceware.org Message-ID: <83fece94-630c-a860-dd35-d2088517f697@jguk.org> Date: Wed, 15 Jul 2020 10:27:18 +0100 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.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, TXREP, T_SPF_PERMERROR 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: Wed, 15 Jul 2020 09:27:22 -0000 Hello Is the gdb version 9 manual online? I could only find the latest development version online from this page https://www.gnu.org/software/gdb/documentation/ https://sourceware.org/gdb/current/onlinedocs/gdb/ This is the Tenth Edition, of Debugging with GDB: the GNU Source-Level Debugger for GDB (GDB) Version 10.0.50.20200715-git. Perhaps the major version manuals could be listed online on the documentation page? Thank you Jonny