From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 002AF3858D39; Tue, 28 Feb 2023 01:40:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 002AF3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677548405; bh=n2RSeoPunbLIcZGz5FDwlKQgLp2Bg5z9UWkWhZrxsIo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vfJoNQQh5u1MF1G6sDLehvE9MSnRnMOJVCzw+EpotZiZSDZ+xyplcayh/7UpJ+awn 3fgTY0T64F5LcxFlQceZv1f7URhjpD4bvzrqvhQWJsYftM1Y7SqivGvzr/JXUEAtvP PqGIiGiwa7nJxUfHkByVb+/DjZE/xXTpp2NNKC/I= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug go/30038] When using CGO and C code is calling GO function, not getting call stack of C from core dump. Only getting call stack of GO. Date: Tue, 28 Feb 2023 01:40:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: go X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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=3D30038 --- Comment #16 from Tom Tromey --- (In reply to mariappan balraj from comment #15) > Is it possible to provide support from GDB to decode BT when the Go > compiler is used? If you can give guidance and direction then it may be > possible for me to contribute? Eagerly waiting for your strong support to > resolve this issue. Sorry about the delay. I welcome any improvements you might care to make to the Go support. There is some info on the wiki about writing patches and submitting them. However, in this particular case, it seems to me that gdb is doing about as well as possible given the information it has. But, it might be worthwhile for you to investigate and see if there is something missing. --=20 You are receiving this mail because: You are on the CC list for the bug.=