From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 743 invoked by alias); 10 Dec 2009 17:31:19 -0000 Received: (qmail 728 invoked by uid 48); 10 Dec 2009 17:31:19 -0000 Date: Thu, 10 Dec 2009 17:31:00 -0000 From: "fuscated at gmail dot com" To: gdb-prs@sourceware.org Message-ID: <20091210173119.11079.fuscated@gmail.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug mi/11079] New: -var-set-update-range not respected when there is a pretty printer 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-q4/txt/msg00328.txt.bz2 If I have a vector object and set a breakpoint on the line: std::vector a; Then the state for the vector is undefined and if I issue -var-list-children for the vector's variable, gdb enters almost infinite loop. In order to fix this problem I tried to issue -var-set-update-range var1 0 10, but that command is ignored. -- Summary: -var-set-update-range not respected when there is a pretty printer Product: gdb Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: mi AssignedTo: unassigned at sourceware dot org ReportedBy: fuscated at gmail dot com CC: gdb-prs at sourceware dot org http://sourceware.org/bugzilla/show_bug.cgi?id=11079 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.