From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15936 invoked by alias); 21 Sep 2009 09:40:18 -0000 Received: (qmail 15913 invoked by alias); 21 Sep 2009 09:40:17 -0000 Date: Mon, 21 Sep 2009 09:40:00 -0000 Message-ID: <20090921094017.15912.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20090912003708.10633.ppluzhnikov@google.com> References: <20090912003708.10633.ppluzhnikov@google.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug python/10633] std::string pretty printer should respect 'print elements' limit X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00282.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-09-21 09:40 ------- Subject: Bug 10633 CVSROOT: /cvs/src Module name: src Changes by: pmuldoon@sourceware.org 2009-09-21 09:39:53 Modified files: gdb : ChangeLog c-lang.c gdb/testsuite : ChangeLog gdb/testsuite/gdb.python: py-prettyprint.exp Log message: 2009-09-21 Phil Muldoon PR python/10633 * c-lang.c (c_printstr): Do not loop past options->print_max when iterating with wchar_iterate. 2009-09-21 Phil Muldoon PR python/10633 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New Function. (run_lang_tests): Add print elements test. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10890&r2=1.10891 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/c-lang.c.diff?cvsroot=src&r1=1.75&r2=1.76 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1962&r2=1.1963 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-prettyprint.exp.diff?cvsroot=src&r1=1.1&r2=1.2 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10633 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.