From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8AE553858C54; Wed, 28 Dec 2022 16:37:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AE553858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672245452; bh=jZanHavt2ID7qmUcAswXmKMr6sRB55+GcPRBSE+vWh8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ifaxjokcsPP0Vgy8mEbJ+D8uPtTjDtkZIbrGalV2nBihCDdVj8C4EZwr8UN2BDZpo /P6sA6KTWBi5ElGQuPRrVBeKC/3MSkADFmz/xTrnfIa4141b730RgV5wHfNzQwkkvY Fdj7fnDYdOjmd7rrVhuqB79cgjiDQrbRsI/Cih9M= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/29945] "set debug timestamp" broken Date: Wed, 28 Dec 2022 16:37:31 +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: 13.1 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=3D29945 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da60535c39ba5= 2d88c47740db6ab116db32e2331a commit a60535c39ba52d88c47740db6ab116db32e2331a Author: Tom Tromey Date: Tue Dec 27 16:34:44 2022 -0700 Fix "set debug timestamp" PR cli/29945 points out that "set debug timestamp 1" stopped working -- this is a regression due to commit b8043d27 ("Remove a ui-related memory leak"). This patch fixes the bug and adds a regression test. I think this should probably be backported to the gdb 13 branch. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29945 --=20 You are receiving this mail because: You are on the CC list for the bug.=