From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id qAbJI0ddBWbUdhkAWB0awg (envelope-from ) for ; Thu, 28 Mar 2024 08:06:31 -0400 Authentication-Results: simark.ca; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=Gv/p9XLz; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 8D5381E0C0; Thu, 28 Mar 2024 08:06:31 -0400 (EDT) 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 780D11E030 for ; Thu, 28 Mar 2024 08:06:29 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0A0C73858401 for ; Thu, 28 Mar 2024 12:06:29 +0000 (GMT) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) by sourceware.org (Postfix) with ESMTPS id 1E8DD3858D32 for ; Thu, 28 Mar 2024 12:06:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1E8DD3858D32 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 1E8DD3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=198.175.65.15 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711627567; cv=none; b=hglzuNqUIihK23lt8QIdL5MSEwmIYvbohTCphhcOlBDQKXooSVPH3INAgn/Y87Dsa00u0wpPjv3HGn4ulm2DTpDc6hkDpRbzUws97WKaz1tWHal+KOEb5Hv4lzOz6t1DmAhQSdZgLMPTdmQo/1ZMtG5FeIa26Vigm29JXktRsYg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711627567; c=relaxed/simple; bh=KkLJVACZB9pkgfsSF4CqywNjCsx+OIO3fqTxq6gQHCM=; h=DKIM-Signature:From:To:Subject:Date:Message-Id:MIME-Version; b=rfmYJ/rLUpzXSq+mR9UnMULlhYQ5NxUDMUaUZJLB9U5z+IIRHa6zgm0eZ0q7AXsjg7juUs23L/drFGZ68SNE2IzonP+DXSkIvoEni8c2e733pgqKxAeDRgPlgVNQ3M1nY/1apgUG92fmGiTKC/G0iQKqPBSp15qoyNjhw/Vh47k= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1711627565; x=1743163565; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=KkLJVACZB9pkgfsSF4CqywNjCsx+OIO3fqTxq6gQHCM=; b=Gv/p9XLzU7VDB3L+GE4GkPBip5DmVtMLyNYqLui96FOd/YHuy29pU5Il V4zQTChkbPIzl7lIggzzaja2KbcCWTUblKjxH3XpcJc+cWVoT28ZimhpA rhha1tDimFR4+PhVmTJeE+aOTbD8FzosOGXLcHbT1QLzRdCwctOnG35H4 nsVbabAB2z8F0+s47bay/QPaP3wY5bRXY8IO+bQFEHCrURz6zBD6C87jl Nm4KK4kz2cVP1GPfQGrJpulwm3181X5RsBwzhIqFqW8Nil5E5d+YoVXwT 0lYrXLR2x2i8jHRFpmLHEcZ2d+VbEuxfItQVKtRsNZxBUMpZ2YjrMziL+ A==; X-CSE-ConnectionGUID: 4SKDY1YxTqqPNjKFr95aPA== X-CSE-MsgGUID: w2lFwHxvRp2gSlr6yEfmYg== X-IronPort-AV: E=McAfee;i="6600,9927,11026"; a="10582622" X-IronPort-AV: E=Sophos;i="6.07,161,1708416000"; d="scan'208";a="10582622" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2024 05:06:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,161,1708416000"; d="scan'208";a="17035501" Received: from abijaz-mobl2.ger.corp.intel.com (HELO localhost) ([10.246.42.1]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2024 05:06:02 -0700 From: Abdul Basit Ijaz To: gdb-patches@sourceware.org Cc: abdul.b.ijaz@intel.com, JiniSusan.George@amd.com, tom@tromey.com, eliz@gnu.org, Nils-Christian Kempke Subject: [PATCH v6 02/10] gdb/symtab: add lookup for trampoline functions Date: Thu, 28 Mar 2024 13:05:20 +0100 Message-Id: <20240328120528.30382-3-abdul.b.ijaz@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240328120528.30382-1-abdul.b.ijaz@intel.com> References: <20240328120528.30382-1-abdul.b.ijaz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-10.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org From: Nils-Christian Kempke In order to query information about the DW_AT_trampoline tag for subroutines and inlined subroutines, two function were added to symtab. First, a routine for querying whether the given pc belongs to a block that is associated with a function (maybe inlined) marked DW_AT_trampoline. Second, a routine for querying a trampoline function's target. Subroutines and inlined subroutines marked with DW_AT_trampoline usually contain information about the target subroutine they are 'wrapping'/ passing control to. 2024-03-28 Nils-Christian Kempke --- gdb/symtab.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ gdb/symtab.h | 14 +++++++++++ 2 files changed, 83 insertions(+) diff --git a/gdb/symtab.c b/gdb/symtab.c index 86603dfebc3..831a58a9aff 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -73,6 +73,7 @@ #include "gdbsupport/pathstuff.h" #include "gdbsupport/common-utils.h" #include +#include "gdbsupport/symbol.h" /* Forward declarations for local functions. */ @@ -4205,6 +4206,74 @@ find_function_alias_target (bound_minimal_symbol msymbol) return NULL; } +/* See symtab.h. */ + +bool +in_trampoline_function (CORE_ADDR pc) +{ + /* Find the innermost function containing pc. This might be an inlined + function. */ + symbol *sym = find_pc_sect_containing_function (pc, + find_pc_mapped_section (pc)); + return sym != nullptr && TYPE_IS_TRAMPOLINE (sym->type ()); +} + +/* See symtab.h. */ + +CORE_ADDR +find_function_trampoline_target (CORE_ADDR pc) +{ + /* Find the innermost function containing pc. This might be an inlined + function. */ + symbol *sym = find_pc_sect_containing_function (pc, + find_pc_mapped_section (pc)); + CORE_ADDR target_address = 0; + + if (sym != nullptr && TYPE_IS_TRAMPOLINE (sym->type ())) + { + trampoline_target *trampoline = TYPE_TRAMPOLINE_TARGET (sym->type ()); + + /* DW_AT_trampoline can be given as an address, name, or flag here (die + references have been resolved as names at this point. In the case + where DW_AT_trampoline contains a flag we do not know the target + address and return 0. */ + if (trampoline->target_kind () == TRAMPOLINE_TARGET_NAME) + { + /* Handle both the mangled and demangled PHYSNAME. */ + const char *physname = trampoline->target_name (); + + /* First, check whether there exists a symbol matching the + physname. If we cannot find one also check for minimal + symbols. */ + const block *blk = block_for_pc (pc); + struct block_symbol bs = lookup_symbol (physname, blk, + SEARCH_VAR_DOMAIN, 0); + if (bs.symbol != nullptr) + { + const struct block *block = bs.symbol->value_block (); + gdb_assert (block != nullptr); + target_address = block->start (); + } + else + { + if (find_minimal_symbol_address (physname, &target_address, + nullptr) != 0) + target_address = 0; + } + } + else if (trampoline->target_kind () == TRAMPOLINE_TARGET_ADDR) + { + /* If the function symbol containing this trampoline target has + been relocated we assume the target_address also needs relocation. + If it has not been relocated the offset should be zero. */ + target_address = \ + ( (CORE_ADDR) trampoline->target_addr () + + sym->objfile ()->section_offsets[sym->section_index ()]); + } + } + + return target_address; +} /* If P is of the form "operator[ \t]+..." where `...' is some legitimate operator text, return a pointer to the diff --git a/gdb/symtab.h b/gdb/symtab.h index bf9a3cfb79f..c60485dc6d3 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -2354,6 +2354,20 @@ extern const struct gnu_ifunc_fns *gnu_ifunc_fns_p; extern CORE_ADDR find_solib_trampoline_target (const frame_info_ptr &, CORE_ADDR); +/* Return whether or not the current pc is within a block that belongs to a + function that is marked as a trampoline by the compiler. */ + +extern bool in_trampoline_function (CORE_ADDR pc); + +/* Find the target of a trampoline function marked via the DW_AT_trampoline + attribute and return its address. Returns 0 if the pc is not contained + in a trampoline function (inlined or not). If DW_AT_trampoline + is given as a flag, the target is unknown and the function will still return + 0. One has to additionally query in_trampoline_function to cover this + case. */ + +extern CORE_ADDR find_function_trampoline_target (CORE_ADDR pc); + struct symtab_and_line { /* The program space of this sal. */ -- 2.34.1 Intel Deutschland GmbH Registered Address: Am Campeon 10, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928