From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-103.mailbox.org (mout-p-103.mailbox.org [80.241.56.161]) by sourceware.org (Postfix) with ESMTPS id BF8E63858CD1 for ; Sat, 15 Jul 2023 01:17:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BF8E63858CD1 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4R2r715mz6z9sTj; Sat, 15 Jul 2023 03:17:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1689383853; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qRJMfGlTL7Cer6AEjnlwTvW9zJhhgXGgkPE7B23Zd8A=; b=OQ6YE2A4SMQRuxjsfcn4Db1DoXVNgmqmMmqbsKfqV9c2kDiNgaVyo/yzIfnTKglKEsEhur IfiNpsfdPdBT0KSqE8Y99mect8OiZ7OVyknc4kZIvZKeCvZ1AEX/9/Ur5SFKx9YD7APVpT y0Eor/oiUWzkFEOukfbs4DftN7T5+Nb3fb4i4LvhnvXR+7xDcPv+pwgj8wLzMEZ9sPX5ar 4yrmevVL7stjuKTHZBXzcLYggOWYa62b/tQ311ELmAvGxLkBuKXv5aYFYxwnLyo8N4x89A 44stj8wxl0E5EKuwARynzTMXBNv/Ifi8wsA6epo7MznAGiBdWjBpdR5rHBCrhA== References: <20230714010909.3759998-1-arsen@aarsen.me> <87351qo3n2.fsf@tromey.com> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Tom Tromey Cc: Arsen =?utf-8?Q?Arsenovi=C4=87?= via Gdb-patches Subject: Re: [PATCH] gdb: fix auto-load variable expansion when path is nontrivial Date: Sat, 15 Jul 2023 03:16:10 +0200 In-reply-to: <87351qo3n2.fsf@tromey.com> Message-ID: <86h6q6otw5.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4R2r715mz6z9sTj X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Tom, Tom Tromey writes: > Thanks for the patch. > > I'm just going to revert that patch instead. It was just a cleanup and > turns out to be pretty broken. We can fix it again later if we want, > next time hopefully with more care. > > Sorry about the breakage. > > I'll send the reversion momentarily. And I'll confirm that worked: [auto-load] auto_load_expand_dir_vars: Expanded $-variables to "/usr/lib/debug:/usr/share/gdb/auto-load". [auto-load] auto_load_objfile_script_1: Searching 'set auto-load scripts-directory' path "$debugdir:$datadir/auto-load". [auto-load] auto_load_objfile_script_1: Attempted file "/..../14/libstdc++.so.6.0.33-gdb.scm" does not exist. [auto-load] auto_load_objfile_script_1: Attempted file "/.../14/libstdc++.so.6.0.33-gdb.scm" does not exist. Thank you for your promptness! Have a lovely night. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZLHzql8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosST11QBAIzc2cbasi84GNbiJNr2Q4cjHpQFZnfWUVUc O5gbhec+APwIMJIlO9bmgdkPAIO1kipPdhw01MrsDnuE9UD9cWDZAw== =4uqZ -----END PGP SIGNATURE----- --=-=-=--