From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22444 invoked by alias); 19 Jan 2010 18:11:42 -0000 Received: (qmail 22429 invoked by alias); 19 Jan 2010 18:11:42 -0000 Date: Tue, 19 Jan 2010 18:11:00 -0000 Message-ID: <20100119181142.22428.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20021218102801.8000.carlton@math.stanford.edu> References: <20021218102801.8000.carlton@math.stanford.edu> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug c++/8000] GDB doesn't know about enum constants in namespaces 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: 2010-q1/txt/msg00046.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-19 18:11 ------- Subject: Bug 8000 CVSROOT: /cvs/src Module name: src Changes by: tromey@sourceware.org 2010-01-19 18:11:19 Modified files: gdb : ChangeLog dwarf2read.c gdb/testsuite : ChangeLog gdb/testsuite/gdb.cp: namespace.cc namespace.exp Log message: gdb PR c++/8000: * dwarf2read.c (partial_die_parent_scope): Put enumeration type into parent scope, and enumerator into grandparent scope. gdb/testsuite PR c++/8000: * gdb.cp/namespace.exp: Use new enum. Fix line numbers in existing tests. * gdb.cp/namespace.cc (AAA::SomeEnum): New enum. (main): Use AAA::SomeEnum. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11275&r2=1.11276 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&r1=1.348&r2=1.349 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2093&r2=1.2094 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/namespace.cc.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/namespace.exp.diff?cvsroot=src&r1=1.15&r2=1.16 -- http://sourceware.org/bugzilla/show_bug.cgi?id=8000 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.