From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id wCiaDvok9mfejSwAWB0awg (envelope-from ) for ; Wed, 09 Apr 2025 03:42:50 -0400 Received: by simark.ca (Postfix, from userid 112) id 399701E0C0; Wed, 9 Apr 2025 03:42:50 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-5.3 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=unavailable autolearn_force=no version=4.0.1 Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 9FBC71E0C0 for ; Wed, 9 Apr 2025 03:42:49 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 5DAD2384D1BF for ; Wed, 9 Apr 2025 07:42:49 +0000 (GMT) Received: from mail.viric.name (mail.viric.name [37.18.133.75]) by sourceware.org (Postfix) with ESMTPS id AB7EE3864824 for ; Wed, 9 Apr 2025 07:42:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AB7EE3864824 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AB7EE3864824 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744184549; cv=none; b=H6748P9UZq8ui0FkDzcahile+BehWQOK1CaDj9dvTWio9DsJm+SOYeedCNvakrrx8R9L/hlJ3R9WORWc15x/z+l+UUDpOK/9I8heUMY4oFWi1DXD1QYuaGxnZuMz55fuQunKooQn+xu2XUKDt9jhTto+zQfq2nmq0n+z0+eK5l8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744184549; c=relaxed/simple; bh=we2uWFtjEqZZdmN963rkXkPvohhsAedNcL/Yfw9bjAw=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=PKLeLuo33GzBX2ZGuDvjpx5BEdb5zzgmJFnfdkJ5jlXr4FW+tYCiCIpXKFoGlp7Me3E5Jb6rFCsCAz73I27Uk7xRJL66uTINwmrbeC9GGB29yLxeijrZUl89TTEdvvBVgW5E8IqErYq531cUPgS9QUqkVHua7zVdyjmm5wLzDUk= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB7EE3864824 Received: by mail.viric.name (Postfix, from userid 1000) id 6645C1A907DC; Wed, 09 Apr 2025 09:42:27 +0200 (CEST) Date: Wed, 9 Apr 2025 09:42:27 +0200 To: Simon Marchi Cc: Guinevere Larsen , gdb@sourceware.org Subject: Re: Loading some symbols, when, and index-cache Message-ID: X-Accept-Language: ca, es, eo, ru, en, jbo, tokipona References: <6214910b-519f-420f-8999-b05e5410ad5a@redhat.com> <2caec2e4-6baf-45ca-875c-8a8a6b6bfe42@simark.ca> <61ab1ebf-6e86-489c-bd92-a4f442a3a3cf@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <61ab1ebf-6e86-489c-bd92-a4f442a3a3cf@simark.ca> X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: =?utf-8?q?Llu=C3=ADs_Batlle_i_Rossell_via_Gdb?= Reply-To: =?utf-8?B?TGx1w61z?= Batlle i Rossell Errors-To: gdb-bounces~public-inbox=simark.ca@sourceware.org Sender: "Gdb" On Tue, Apr 08, 2025 at 09:43:45AM -0400, Simon Marchi wrote: > On 2025-04-08 03:29, Lluís Batlle i Rossell wrote: > > I will check those pending patches. Are they likely to be integrated? > > Yes, it's from Tom Tromey, so it's probably good :). I hope to find the > time to look at them soon, to add my approval. I thought that one interesting approach would be to restrict the tab-completion to the "minimal" symbols, as a user config option. I wonder if that set is more than enough for many cases. What are the occasions where only "minimal" symbols are searched, and occasions where "all" symbols are searched (by means of partial symbols + CU loading)? Regards, Lluís.