From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D202D3858418; Wed, 28 Dec 2022 16:48:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D202D3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672246094; bh=KT/we88QpyzVOmmXuHPEJSSNtR0i4ODfEXbkyQ+QI6I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VWEFBYA41Fs7PPi43+vMi9oFtdytsTfBsbMtRonJrsQX4bupIMCNnJVZwuHl0reEw pgJv8t8gsKBeJZilGr7eYE6F+7RdC5oFyjQqL+sqaEIMr3xRV68XCXFzJ+gwHqNY/N h8PsY+Fm/vaSx7XZiUczTA3C/OD8Zhu06KDD/8+o= 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:48:14 +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 #4 from cvs-commit at gcc dot gnu.org --- The gdb-13-branch branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Decb7214fc18f= 63693dac6065e36802e0677412e7 commit ecb7214fc18f63693dac6065e36802e0677412e7 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 (cherry picked from commit a60535c39ba52d88c47740db6ab116db32e2331a) --=20 You are receiving this mail because: You are on the CC list for the bug.=