From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16965 invoked by alias); 6 Aug 2010 19:56:43 -0000 Received: (qmail 16926 invoked by uid 48); 6 Aug 2010 19:56:42 -0000 Date: Fri, 06 Aug 2010 19:56:00 -0000 Message-ID: <20100806195642.16925.qmail@sourceware.org> From: "tromey at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20100320190024.11408.gdb-bugs0000@cneufeld.ca> References: <20100320190024.11408.gdb-bugs0000@cneufeld.ca> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug breakpoints/11408] gdb-7.1 spins and hangs in my normal work. (git bisection supplied) 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-q3/txt/msg00184.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-04-08 17:15 ------- Subject: Bug 11408 CVSROOT: /cvs/src Module name: src Branch: gdb_7_1-branch Changes by: swagiaal@sourceware.org 2010-04-08 17:15:12 Modified files: gdb : ChangeLog buildsym.c cp-namespace.c cp-support.h dwarf2read.c gdb/testsuite : ChangeLog gdb/testsuite/gdb.cp: gdb2384-base.cc gdb2384-base.h Log message: PR 11408: Backport using_directives memory leak fix. 2010-04-08 Sami Wagiaalla PR Breakpoints/11408: * cp-namespace.c (cp_add_using): Deleted. (cp_add_using_directive): Use obstack allocations. Merged the function cp_add_using into this one. Added 'struct obstack *' argument. (cp_scan_for_anonymous_namespaces): Updated. * cp-support.h: Updated. * dwarf2read.c (read_import_statement): Updated. (read_namespace): Updated. * buildsym.c (finish_block): Reset using_directives pointer after block initialization. 2010-03-22 Sami Wagiaalla * gdb.cp/gdb2384-base.h: Created 'namespace B'. * gdb.cp/gdb2384-base.cc: Use 'namespace B'. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.11378.2.35&r2=1.11378.2.36 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/buildsym.c.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.78&r2=1.78.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-namespace.c.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.34&r2=1.34.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cp-support.h.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.33&r2=1.33.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/dwarf2read.c.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.356.2.2&r2=1.356.2.3 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.2147.2.4&r2=1.2147.2.5 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/gdb2384-base.cc.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.5&r2=1.5.2.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.cp/gdb2384-base.h.diff?cvsroot=src&only_with_tag=gdb_7_1-branch&r1=1.5&r2=1.5.2.1 ------- Additional Comments From tromey at redhat dot com 2010-08-06 19:56 ------- *** Bug 11890 has been marked as a duplicate of this bug. *** -- What |Removed |Added ---------------------------------------------------------------------------- CC| |wkf at alum dot mit dot edu http://sourceware.org/bugzilla/show_bug.cgi?id=11408 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.