From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3E1BE385800C; Wed, 16 Aug 2023 22:27:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3E1BE385800C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692224827; bh=jII2dpTeSh6ErEqaLt7QBoTjtrhyrIqobksNPYcsEnw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LBGsG9nC5BVnzRIpJvDMFP4SKmnvIDqDiHEj3jGLlPa8+03HTOIBxbdird1PzoU8P H5xM/hf4BiZBX1maNkJmKS1h/K7PCaLw0M9eNfRHEQ0kmnbcLHU914GlGFug7/kI/o JsmB8ElIDasPKbXmynV4I9kHSzdjX0AaDBoRaXN4= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug cli/30771] GDB needs a silent thread-selecting command akin to "select-frame" Date: Wed, 16 Aug 2023 22:27:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: 8.2.1 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=3D30771 --- Comment #3 from Tom Tromey --- (In reply to Moshe Rubin from comment #2) > immediate need. I look forward to my organization upgrading to GDB 9.1. = I > do think, however, that having "select-thread" as a parallel to > "select-frame" is logical and makes the Python code clearer and better > understood. Python can use InferiorThread.switch or gdb.execute("thread ...", to_string=3DTrue) --=20 You are receiving this mail because: You are on the CC list for the bug.=