From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) by sourceware.org (Postfix) with ESMTPS id A76F63857C5F for ; Fri, 4 Mar 2022 19:34:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A76F63857C5F Received: by mail-io1-xd29.google.com with SMTP id u2so8644214ioc.11 for ; Fri, 04 Mar 2022 11:34:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=I5CoaoiqeFYuFUi9UymMLnJTO76O9OZxnR9vIXkmoFQ=; b=eW9mSwnItXgVgldQn3w8PkWzRjBsthDLile/eGPiil5/+gFCxYAuPtZx3elsQIV35u vSEKFW3TqslJ+3DObC3gkuTz/Xd6H7cDk8EPHS09JEqCbYNPfVu9vLpBiM8+qfC2N6TU inm8lmE9e1EGNs5+tmYaz7SqEKQn5KaBNbi5NB3DRDnxVWeHWMB47Pe7UeWGOjMxWTW3 dZl8SMDaLNsh/epq0hyxdVynkuv0nHh3OmlrJ31V7BoD0aMq2KaC/aeZWYfgpeymfmaw Q4DaHX9ZGJMwA8jYNKf5TM9GRmtZMHIE3Uh/gQ2ox5RQ3Kl8lQVhVtqcZ8b1AERqdX1a YtWA== X-Gm-Message-State: AOAM533uFCHdBp0ldIYR9TzgzuGInxqSMbCTNbETMgcSfiwr+rMArhZW yQoTedF65FrXmUO0x/VTV6qnnw== X-Google-Smtp-Source: ABdhPJwx7kTgTvJ8Uc5Le/9lj6HGgc/eR7XRaU9Ejx90J75EJLO+AV8XyF7Jb8sce8U5YdpaQPO9oQ== X-Received: by 2002:a05:6638:d87:b0:30f:6208:19fa with SMTP id l7-20020a0566380d8700b0030f620819famr109022jaj.204.1646422487120; Fri, 04 Mar 2022 11:34:47 -0800 (PST) Received: from murgatroyd (75-166-141-253.hlrn.qwest.net. [75.166.141.253]) by smtp.gmail.com with ESMTPSA id s13-20020a6bdc0d000000b006408888551dsm5080175ioc.8.2022.03.04.11.34.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 11:34:46 -0800 (PST) From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] Mark vDSO as not a file References: <20220304192607.1935064-1-tromey@adacore.com> <09aaa2f0-df3c-7f34-4a49-efdd1317ec29@polymtl.ca> X-Attribution: Tom Date: Fri, 04 Mar 2022 12:34:46 -0700 In-Reply-To: <09aaa2f0-df3c-7f34-4a49-efdd1317ec29@polymtl.ca> (Simon Marchi's message of "Fri, 4 Mar 2022 14:27:57 -0500") Message-ID: <87wnh9qzop.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.2 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2022 19:34:48 -0000 Simon> What's the output with that fixed, the same thing without the "/tmp/"? Yes, exactly. I suspect there are still spots in gdb that use the objfile name as a filename even when OBJF_NOT_FILENAME is set. I haven't audited this... probably worth doing. Tom