From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 82CB938582A2; Mon, 11 Dec 2023 18:43:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 82CB938582A2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702320214; bh=d88FSFrcAsLvnTmFEXL5vF3WO9OFpuSiFezh1JbS9b8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z5H+CaECAV0NTgFwCd2XMg4zQeOP6VhK+h/P4+VwMnQyiCxO+wwlOOtvfWqA8YGlb BpX9wQ0IRZbt+gjuWGSiFNLuAw1/bkiT9bChKIvP7KBO1BGScLQ679AC41DJnNfnOK vexkxzik5q9PxzXUMxS9fTbJCyclcbF105TVPXEQ= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug python/13587] stop reasons and other info missing from events.stop Date: Mon, 11 Dec 2023 18:43:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D13587 --- Comment #5 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De187e7c9696f= bf66cf25d5fb8113bc3bc06b9e8b commit e187e7c9696fbf66cf25d5fb8113bc3bc06b9e8b Author: Tom Tromey Date: Fri Nov 3 13:23:41 2023 -0600 Emit stop reason details in Python stop events This changes Python stop events to carry a "details" dictionary, that holds any relevant information about the stop. The details are constructed using more or less the same procedure as is done for MI. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D13587 Reviewed-By: Eli Zaretskii --=20 You are receiving this mail because: You are on the CC list for the bug.=