| Message ID | 20251229151518.475440-2-christina.schimpe@intel.com |
|---|---|
| State | New |
| Headers |
Return-Path: <gdb-patches-bounces~patchwork=sourceware.org@sourceware.org> X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from vm01.sourceware.org (localhost [127.0.0.1]) by sourceware.org (Postfix) with ESMTP id 950584BA2E05 for <patchwork@sourceware.org>; Mon, 29 Dec 2025 15:18:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 950584BA2E05 Authentication-Results: sourceware.org; dkim=fail reason="signature verification failed" (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=kOsJaS3e X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) by sourceware.org (Postfix) with ESMTPS id B89C64BA2E25 for <gdb-patches@sourceware.org>; Mon, 29 Dec 2025 15:16:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B89C64BA2E25 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=intel.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org B89C64BA2E25 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=198.175.65.10 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1767021372; cv=none; b=OaUcERqt0A5uIFrbG/dI/YfpNdGdLy2bwhYpO0VlCGLSefmAIoCOauJPd6ZfKLxEeNdHwqI8U+qiAv6RfaJuDlPnQcPWqcfWB/LDKHgxaz9hqzxyfYeAJ3gHx2Lk6rFLdndbEUhUCaizCQj96J0rPSn8bmPY6GxsXbVr1X868us= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1767021372; c=relaxed/simple; bh=p7oyQDgWfT2R6j0fV5GYv28ANRbxxOPROJI87j6sEbI=; h=DKIM-Signature:MIME-Version:From:To:Subject:Date:Message-Id: MIME-Version; b=cUUJPFWuyKxJkcbIAk9hOgvP0ELRW/brf9DbiKKhxbBm3XmPYEAzP/9Mu3hgnhcJsB6c8hhucqDsTN5LhSWHqyjhfJ96ier+41S5kMT+A4KnCYqh3gjfNnSopHP5Vv8TFogw6WagLHRvMTbNPE7j9c3fnj+ItWww3CpuySwvaKg= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B89C64BA2E25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1767021372; x=1798557372; h=from:to:subject:date:message-id:in-reply-to:references; bh=p7oyQDgWfT2R6j0fV5GYv28ANRbxxOPROJI87j6sEbI=; b=kOsJaS3evqc+BBTeXP2PY7DvGAg8ornUT8dIDX8JP71OGwMnzTEMbOs8 wKiInQ/Rd2I4D69EVqf7eTTY+6keB2TbU5JEHT0Mc0IKxSr4jInrPMMK5 1kfj58w/4fHq/M23PCSJxg8WU0QSDEn50gZ7SimRTCg4bZR9GNl7xTWm6 58BBQm/R04XtdiMiU5vWDX/cYRatfwMe4u0H3VEmuPziZaRzJPcIxfuO+ EzA4hTGPuRHJVmHRXLpxReZ6PJJub3Sa7UqwoQPSlQvJE/925Ir6u3SXg K6pFsBghJSamK0FAw+YADCT34eqjbuGYHSlmUmmHJVF49biyyw4Tcc2tl g==; X-CSE-ConnectionGUID: wdmO2Ei+QoSjzb8gX9P1nA== X-CSE-MsgGUID: SpDUxhhhQPuujkV5R9L34Q== X-IronPort-AV: E=McAfee;i="6800,10657,11656"; a="86054033" X-IronPort-AV: E=Sophos;i="6.21,186,1763452800"; d="scan'208";a="86054033" Content-Type: multipart/mixed; boundary="===============7777822963685685169==" MIME-Version: 1.0 Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Dec 2025 07:16:11 -0800 X-CSE-ConnectionGUID: rv9ceIFtRgWIpkzRYom9cg== X-CSE-MsgGUID: fI1EEC35RPS4/0nNf6I2Og== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,186,1763452800"; d="scan'208";a="205976290" Received: from gkldtt-dev-004.igk.intel.com (HELO localhost) ([10.123.221.202]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Dec 2025 07:16:11 -0800 From: Christina Schimpe <christina.schimpe@intel.com> To: gdb-patches@sourceware.org Subject: [PATCH 1/5] gdb: Update comment of c_type_print_template_args. Date: Mon, 29 Dec 2025 15:15:14 +0000 Message-Id: <20251229151518.475440-2-christina.schimpe@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20251229151518.475440-1-christina.schimpe@intel.com> References: <20251229151518.475440-1-christina.schimpe@intel.com> MIME-Version: 1.0 X-Spam-Status: No, score=-10.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, HTML_MESSAGE, RCVD_IN_DNSWL_BLOCKED, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_NONE, SPF_NONE, TXREP, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list <gdb-patches.sourceware.org> List-Unsubscribe: <https://sourceware.org/mailman/options/gdb-patches>, <mailto:gdb-patches-request@sourceware.org?subject=unsubscribe> List-Archive: <https://sourceware.org/pipermail/gdb-patches/> List-Post: <mailto:gdb-patches@sourceware.org> List-Help: <mailto:gdb-patches-request@sourceware.org?subject=help> List-Subscribe: <https://sourceware.org/mailman/listinfo/gdb-patches>, <mailto:gdb-patches-request@sourceware.org?subject=subscribe> Errors-To: gdb-patches-bounces~patchwork=sourceware.org@sourceware.org |
| Series |
Template type parameter resolution
|
|
Commit Message
Christina Schimpe
Dec. 29, 2025, 3:15 p.m. UTC
Remove function description for TABLE. This function does not take a parameter "table". --- gdb/c-typeprint.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-)
Comments
>>>>> "Christina" == Christina Schimpe <christina.schimpe@intel.com> writes:
Christina> Remove function description for TABLE. This function does not take a
Christina> parameter "table".
Thanks, this is ok, even obvious.
Approved-By: Tom Tromey <tom@tromey.com>
Tom
Hi Tom, Thank you for the quick feedback. I've pushed this. Christina > -----Original Message----- > From: Tom Tromey <tom@tromey.com> > Sent: Dienstag, 6. Januar 2026 20:05 > To: Schimpe, Christina <christina.schimpe@intel.com> > Cc: gdb-patches@sourceware.org > Subject: Re: [PATCH 1/5] gdb: Update comment of > c_type_print_template_args. > > >>>>> "Christina" == Christina Schimpe <christina.schimpe@intel.com> > writes: > > Christina> Remove function description for TABLE. This function does > Christina> not take a parameter "table". > > Thanks, this is ok, even obvious. > Approved-By: Tom Tromey <tom@tromey.com> > > Tom Intel Deutschland GmbH Registered Address: Dornacher Straße 1, 85622 Feldkirchen, Germany Tel: +49 89 991 430, www.intel.de Managing Directors: Harry Demas, Jeffrey Schneiderman, Yin Chong Sorrell Chairperson of the Supervisory Board: Nicole Lau Registered Seat: Munich Commercial Register: Amtsgericht München HRB 186928
diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c index 2f921aec8fc..7b1fa7f5c7c 100644 --- a/gdb/c-typeprint.c +++ b/gdb/c-typeprint.c @@ -787,14 +787,8 @@ c_type_print_varspec_suffix (struct type *type, } } -/* A helper for c_type_print_base that displays template - parameters and their bindings, if needed. - - TABLE is the local bindings table to use. If NULL, no printing is - done. Note that, at this point, TABLE won't have any useful - information in it -- but it is also used as a flag to - print_name_maybe_canonical to activate searching the global typedef - table. +/* A helper for c_type_print_base_struct_union that displays template + parameters. TYPE is the type whose template arguments are being displayed.