From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 052433857BAB; Sat, 9 Dec 2023 13:04:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 052433857BAB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702127075; bh=AsMTQG9g6MO2vEkgwoath9hlX2pWdWLS5ntc4W/x6hA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gLoJ510LKvIL+gl4eBx+NWibusjUUBe2IVT8y/OQDr6P+G6NghwK/LuvRlFyYdBn7 DCpler9HYJ9rF0/QPu78kEo1WQxiYPTtpPWg3LVjtG26xMp4vh0dK/3OarIMyedVTJ 0fYisMarTCzIGsM7dJPtLznIoaB/hr96q0QQbYSs= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/16196] lazy string vs "print elements" Date: Sat, 09 Dec 2023 13:04:34 +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: HEAD 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: 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=3D16196 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #6 from Hannes Domani --- (In reply to Sourceware Commits from comment #2) > This is an automated email from the git hooks/post-receive script. It was > generated because a ref change was pushed to the repository containing > the project "gdb and binutils". >=20 > The branch, master has been updated > via f380848e84613364a17008f04e91bfef09eaf158 (commit) > from c0621699ffdbeea387ea37a90258939540b26424 (commit) >=20 > Those revisions listed above that are new to this repository have > not appeared on any other notification email; so we list those > revisions in full, below. >=20 > - Log ----------------------------------------------------------------- > https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git; > h=3Df380848e84613364a17008f04e91bfef09eaf158 >=20 > commit f380848e84613364a17008f04e91bfef09eaf158 > Author: Sterling Augustine > Date: Fri Nov 22 13:55:32 2013 -0800 >=20 > 2013-11-22 Sterling Augustine >=20=20=20=20=20 > PR gdb/16196: > * valprint.c (read_string): Set new variable fetchlen based on > fetchlimit and size. Use it in call to partial_memory_read. > Update comment. >=20 > ----------------------------------------------------------------------- >=20 > Summary of changes: > gdb/ChangeLog | 7 +++++++ > gdb/valprint.c | 18 +++++++++++------- > 2 files changed, 18 insertions(+), 7 deletions(-) Is there still something to do here after this commit? --=20 You are receiving this mail because: You are on the CC list for the bug.=