From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 963973858C5F; Thu, 29 Feb 2024 15:45:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 963973858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709221529; bh=tRstShjJvb6Yzh9/xQdpzD/h8JF6fJ1VBZ7XowoNASA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WeoFAB1dy47hem3HEnXTfDcOmPsrSnwN5Nhttrvt2wfHUa7ueAfHeijD7JU+D55eX lJUXt78XAznFc6mDFjTEv0WgMSZmwBzcK4WHG9qUVYMB6sSUJL7khm8e1Ao6epxRJM RkK/QatljQnDMEH4z3JuJzzaUPrcu7d5Ldx4RsS0= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/31433] [gdb/dap] Cancel generates StoppedEvent with reason signal Date: Thu, 29 Feb 2024 15:45:28 +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: cc 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=3D31433 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- > I wonder if the reason should be "cancel" or some such, to allow the clie= nt to > differentiate between events generated by a cancel, and external signal e= vents. FWIW we can have it do anything. Even "signal" isn't specified explicitly: reason: 'step' | 'breakpoint' | 'exception' | 'pause' | 'entry' | 'goto' | 'function breakpoint' | 'data breakpoint' | 'instruction breakpoi= nt' | string; That's from: https://microsoft.github.io/debug-adapter-protocol/specification#Events_Sto= pped --=20 You are receiving this mail because: You are on the CC list for the bug.=