From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 09D113858D28; Thu, 3 Nov 2022 08:20:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 09D113858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667463613; bh=jZmO+gbknApGnDrx1XOWnklgZt3bLo4Jj/if5kerEts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PAeAAGGNjOCZ8kc+/cIW66ZaXV2WX6sLy9ru6xUJDCh1dG6pjc11mLpm8Vilhv2TO bzGATobudBBcNqmquqRkCZKs1U0C2D8lNaxXVksexOgUMpjr6x/H4nMasjUgfxc/D9 tT+O3GkHiRXMJd5dc/uuy8vvKS2RBYqLqXmkgIfk= From: "luis.machado at arm dot com" To: gdb-prs@sourceware.org Subject: [Bug tdep/29738] Arm v8 M-profile secure extension dwarf2 unwinder performance Date: Thu, 03 Nov 2022 08:20:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: luis.machado at arm dot com X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29738 --- Comment #3 from Luis Machado --- I suppose we'd have the same issue with non-secure m-profiles, as they'd ne= ed to do 3 ^ number_of_frame calls as well, based on this code: else if (tdep->is_m) { CORE_ADDR sp =3D get_frame_register_unsigned (this_frame, ARM_SP_REGNUM); CORE_ADDR msp =3D get_frame_register_unsigned (this_frame, tdep->m_profile_msp_regnum); CORE_ADDR psp =3D get_frame_register_unsigned (this_frame, tdep->m_profile_psp_regnum); --=20 You are receiving this mail because: You are on the CC list for the bug.=