From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4518B3858C60; Sat, 9 Mar 2024 13:05:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4518B3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709989506; bh=jgM7pAx447eDE2AQU2lbU/UHRhwE3WtsMBWTKsJjfvA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MfjJHcegimvY/sV4MR0E46e3zQVHSn7ExkkPBn9U0+2gjdkvbFELPF7+bhv2BzsEy HuiDez5NfYjWJY/urTmbxeViSpHUvWClDGJZchJaxeJ7D7xEF4A7/MngCwaG6q7Xc1 O4mCPxNrxFu7HcZxYm6sIUKUy+u9xRfYcUjdJ2OQ= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/31467] gdb python api with_parameter doesn't work correctly for "breakpoint pending" Date: Sat, 09 Mar 2024 13:05:05 +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: 14.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa 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: bug_status everconfirmed cf_reconfirmed_on 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=3D31467 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2024-03-09 CC| |ssbssa at sourceware dot o= rg --- Comment #1 from Hannes Domani --- gdb.parameter() returns for auto_boolean types 'None' if it's set to 'auto', but gdb.set_parameter() thinks 'None' can only mean 'unlimited'. Not sure how to fix this. --=20 You are receiving this mail because: You are on the CC list for the bug.=