From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DAECB3858D3C; Tue, 4 Jul 2023 08:56:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DAECB3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1688460992; bh=GiW1B050wOqvTf91cd4kMRut6w7jULFQc5eeS9LpvEo=; h=From:To:Subject:Date:From; b=MjcZfmtRzqrl6ECkjN9JU7CgYur6fYDl4W9Oc+sw/84d/s3trfmHftVfv2wnovYuI VTVnRf4zM3KE49OOIvGWKl9Hy4NhTI1JR0yiEM3bWGuSCSUDldjVMD2TmsvpUHxBeM Xq8TZypRmomcQOMVo4y89upaOV4BT/RZ3HKUT7wY= From: "plasmahh at gmx dot net" To: gdb-prs@sourceware.org Subject: [Bug backtrace/30614] New: Consider allowing to provide alternative stack for backtraces Date: Tue, 04 Jul 2023 08:56:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: backtrace X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: plasmahh at gmx dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D30614 Bug ID: 30614 Summary: Consider allowing to provide alternative stack for backtraces Product: gdb Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: backtrace Assignee: unassigned at sourceware dot org Reporter: plasmahh at gmx dot net Target Milestone: --- gdb allows to view a single frame living on an alternative stack > help frame view View a stack frame that might be outside the current backtrace. Usage: frame view STACK-ADDRESS frame view STACK-ADDRESS PC-ADDRESS Especially in (embedded) environments where gdb is not aware of e.g. user threads it would be helpful if the backtrace command could accept the same optional parameters to start unwinding at that alternative stack. --=20 You are receiving this mail because: You are on the CC list for the bug.=