From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x330.google.com (mail-ot1-x330.google.com [IPv6:2607:f8b0:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id 332F23857004 for ; Fri, 17 Jul 2020 22:38:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 332F23857004 Received: by mail-ot1-x330.google.com with SMTP id n24so7975229otr.13 for ; Fri, 17 Jul 2020 15:38:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Jxv55x6KGpCjoxnz+Vki36ky+b0Tyl8YPPpTvc6038g=; b=hpVZj0HziG/ubChz9IzWcFSyoB/6d/8Z8W/HHOw2+d3zwuSENiVGUK4ACgMeFvNZar 4QQ+lNeuT9BBPM2uCRDRV6OAuTDafui6bHvBPBgFa/cmLivilh9siVwdNiFa9yBsS5Cm xHZYmm3wNnthCSRDP7oZ+CpNztDf8x2xYWry/7qX1Wnf4895aHdkM6CFzYHBQUjKQYyK R+rp6NUJfSWZ782E18dSyCoEqTM/nI3ZZ0SF4RxfoGRlE4ecToegHl3Ngohz7f9Cq8Rr OiCe7XfjhuNpzbvo1XsFL6WQxmuAQdPdP/rvJTF7Qclzf7gLN/fn8l3oMPo+Up1RfFok iQBw== X-Gm-Message-State: AOAM530AhtxjHNXKSHEAFQ97alWcZ1q/5IKNidRcc0sougZpksNB7hub 0SnQk69/Jef0Td+WMvv4BVhdqFlHFrw1b8bpbgiZUA== X-Google-Smtp-Source: ABdhPJxv2r+NboyJjJaiqKO63OU0FBjdPjU+QnNl1WQgEK7qtB+vucX0z4/UI2iWkBnqI/bIc7exqsnkNrW0mQIWVD4= X-Received: by 2002:a05:6830:1e42:: with SMTP id e2mr10433034otj.46.1595025486499; Fri, 17 Jul 2020 15:38:06 -0700 (PDT) MIME-Version: 1.0 References: <20200717214210.GU5016@adacore.com> In-Reply-To: From: Reuben Thomas Date: Fri, 17 Jul 2020 23:37:55 +0100 Message-ID: Subject: Re: Adding Python files to be autoloaded for a particular architecture To: Christian Biesinger Cc: Joel Brobecker , Reuben Thomas via Gdb X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, 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 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: Fri, 17 Jul 2020 22:38:08 -0000 [Apologies to Christian, I sent a reply off-list. Replying again to all.] On Fri, 17 Jul 2020 at 23:32, Christian Biesinger wrote: > Sorry, to clarify, my suggestion is: > - Configure your gdb with --with-system-gdbinit-dir=/etc/gdbinit.d or > something, and > - Add rules to install your new file in that dir, if your platform is > enabled & the system init dir was provided > Thanks very much for the clarification. However, it's unfortunate that a user of my architecture would have to configure --with-system-gdbinit-dir, or not get the Python files? -- https://rrt.sc3d.org