From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1A82F3858C39; Fri, 9 Feb 2024 20:37:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1A82F3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707511038; bh=w4cX/843GTE0XHVlITDRq8yTuhg7OonMjcHMwwrMgy4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JTV6OaOnyKX+DesKhY/UWUGMbHVtkxhJCBuRGQ0ahFew5c0VErlMfvIDBqTUn4331 a/ITiQGIQkx/j0SR4onX45n1uQkpiKFYiDzsCTXZ7Lj8ruZeJwn/Qkz4/v+WFGYxr5 nb1ya9zcM2h72VnB0NF1QwxOoQAZQ3NGh/AaYVao= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/31341] Add "finish" result to local variables Date: Fri, 09 Feb 2024 20:37:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW 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: 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=3D31341 --- Comment #1 from Tom Tromey --- To make this work I think we'll need to expose the 'finish' value on the stop event. This looks relatively straightforward in py-stopevent.c. --=20 You are receiving this mail because: You are on the CC list for the bug.=