From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) by sourceware.org (Postfix) with ESMTPS id 2CA3D3857038 for ; Fri, 17 Jul 2020 22:22:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2CA3D3857038 Received: by mail-ot1-x329.google.com with SMTP id 72so7979156otc.3 for ; Fri, 17 Jul 2020 15:22:10 -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=f7IzhxxmVi6RQFT1+CWBoTaLcvGwqvFLCLD1rIK8x0A=; b=A/IpAIeThawxYkJmXGkn5lL3jAWvryvKeVQYhr8pypgb1pB7a3onwvxRw2May5Ck7B mWzP5xYY4tOeN1MmujUW4IkujQrRKVrWLRq9hJYy0PN/9FZksTvMKJXKZgj/iMUJCvRc cj9UyVtK12Qf/ElXsDEQVqXwEHe9/XgkpDx37sRETipYG+WRXOdVU+ZJbC3jPfhZw9Ev KmLOVYjOSxc4+NMpmAgBV3t9BVJKW8ZzJ8FaedZ8f2MCItb7vCL9RjCMZMEm6uuFHUlb UEAssdHh25CKkL2Up+o0NIlsddDO2NSlD5EvX4DbzHrMMmZlnHX0TL60mUP+NK99MVf0 SfEQ== X-Gm-Message-State: AOAM531ief3zvu3geeh9Fr90HpemYlFFKWY2SGJunCKRHed5Gp5gAZrx 7SO5Z2SXnJWqcD1G2gzCkyPcQUolV3DWKVMTX4i/gMa6 X-Google-Smtp-Source: ABdhPJz2cguXPGzL3WwC7LicYErHLZuf7lsAUdeYyx1Ff5UyIaFoLS0h1FQG7bGk3xVkaN6efxbWmu657jGy7I062nI= X-Received: by 2002:a9d:424:: with SMTP id 33mr10394580otc.76.1595024529373; Fri, 17 Jul 2020 15:22:09 -0700 (PDT) MIME-Version: 1.0 References: <20200717214210.GU5016@adacore.com> In-Reply-To: From: Reuben Thomas Date: Fri, 17 Jul 2020 23:21:58 +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=-2.6 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:22:11 -0000 On Fri, 17 Jul 2020 at 23:10, Christian Biesinger wrote: > > You could certainly add new rules modeled after the system-gdbinit > ones in gdb/data-directory/Makefile.in? > Thanks for your suggestion! Sorry if I'm failing to understand something obvious, but what exactly do you mean by "new rules modeled after the system-gdbinit ones"? In particular, it's not obvious to me how such a rule would cause the file(s) I add to be automatically loaded on startup, without also adding support for some other directory to GDB itself. -- https://rrt.sc3d.org