From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 5uHqIBSGXWLRAgAAWB0awg (envelope-from ) for ; Mon, 18 Apr 2022 11:39:00 -0400 Received: by simark.ca (Postfix, from userid 112) id 66A5C1F327; Mon, 18 Apr 2022 11:39:00 -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.8 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, NICE_REPLY_A,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 B2EA41E150 for ; Mon, 18 Apr 2022 11:38:59 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 12BDE3858434 for ; Mon, 18 Apr 2022 15:38:59 +0000 (GMT) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by sourceware.org (Postfix) with ESMTPS id 26E2C3858D28 for ; Mon, 18 Apr 2022 15:38:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 26E2C3858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f48.google.com with SMTP id u3so19001946wrg.3 for ; Mon, 18 Apr 2022 08:38:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=f3RQrmE5hGEyT1U4/G+ltsk5laQ4D7HVy3Ns1/zYmcI=; b=P1fii+E0KhsmmznNSxt4vDyRBfiwYSY2ghvCY2xOn75zBrazCI+e9fvGTeK87H0I+g PuBWmGEJK9Flf7BaGifyyJFuZ2GwbX/Ome8EeoTJKZGE682+OAQhuG5gMZeBaI07lIQN iF/WmnEqfFHOeVeeVi2mcul7ywFnbpVcfY0mSumkgV1GjzSYcxTU6gHXZ9X6bwutvdxq K9wIQ+IKWaN4DW/hwgFQxEqCTmyP6eoy8q1ncaDEsEkaXgLrSN16ArvJtpoUqLhWXi7p INtcbK1sJOdjZsaekVJSNXXNBiHYqsVSgZLcXMsqBtQCGdlL7Vjyf0kGMp1jdaW4I1px JgDg== X-Gm-Message-State: AOAM532TqP5Bh5Wi4bnEpqRGWrKhfYvnf7hLZRa6vazbsy8CBJvzot32 QF7uNhj4PICNzjVeiWkTsE4g88o0Zr0= X-Google-Smtp-Source: ABdhPJyqhYKMdkxKRrpGnbP/dAAGexyp3/yf7838vOX+blMJSsRXPicsX0u4Q8+sq4KGgMqYfo+hkg== X-Received: by 2002:a5d:64ae:0:b0:20a:a0bc:946 with SMTP id m14-20020a5d64ae000000b0020aa0bc0946mr1438950wrp.464.1650296322890; Mon, 18 Apr 2022 08:38:42 -0700 (PDT) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id r21-20020a05600c35d500b0039295759a55sm4115270wmq.12.2022.04.18.08.38.41 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Apr 2022 08:38:41 -0700 (PDT) Message-ID: <732aabcc-2750-bc38-0fe3-c4e77f93343b@palves.net> Date: Mon, 18 Apr 2022 16:38:40 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: Building gdbserver Content-Language: en-US To: Claude Robitaille , Shahab Vahedi References: From: Pedro Alves In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: , Cc: Gdb Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" On 2022-04-17 16:12, Claude Robitaille via Gdb wrote: > > PS > I took the instruction that I implemented from this wiki page: https://sourceware.org/gdb/wiki/BuildingCrossGDBandGDBserver > I guess it should be removed or amended to refer to the readme file. > BuildingCrossGDBandGDBserver - GDB Wiki - sourceware.org > 1. Problem statement "I have a ARM GNU/Linux board, and I want to be able to debug programs running in it, from the comfort of my x86_64 GNU/Linux machine. > sourceware.org Thanks for mentioning that this wiki page is what you were following. This document had been written before gdbserver was moved to the top level, and we didn't remember to update that page. The gdbserver sources used to live in src/gdb/gdbserver/ up until GDB 10. I've updated the document now. Pedro Alves