From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11893 invoked by alias); 25 Apr 2014 09:01:24 -0000 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 Received: (qmail 11832 invoked by uid 48); 25 Apr 2014 09:01:23 -0000 From: "manu at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/16265] difference between TAB completion and "complete" command Date: Fri, 25 Apr 2014 09:01:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: manu at gcc dot gnu.org X-Bugzilla-Status: NEW 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 X-SW-Source: 2014-q2/txt/msg00125.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D16265 Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manu at gcc dot gnu.org --- Comment #2 from Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez --- http://stackoverflow.com/questions/12361142/emacs-gdb-tab-completes-directo= ry-with-space-instead-of Tom, any clue where I can look in the code for fixing this? The behavior is annoying enough that I would consider fixing it myself. --=20 You are receiving this mail because: You are on the CC list for the bug. >>From gdb-prs-return-15620-listarch-gdb-prs=sources.redhat.com@sourceware.org Fri Apr 25 09:06:22 2014 Return-Path: Delivered-To: listarch-gdb-prs@sources.redhat.com Received: (qmail 15743 invoked by alias); 25 Apr 2014 09:06:22 -0000 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 Delivered-To: mailing list gdb-prs@sourceware.org Received: (qmail 15711 invoked by uid 48); 25 Apr 2014 09:06:21 -0000 From: "rguenth at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug c++/16874] Can't break on function in anonymous namespace Date: Fri, 25 Apr 2014 09:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 7.7 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q2/txt/msg00126.txt.bz2 Content-length: 470 https://sourceware.org/bugzilla/show_bug.cgi?id=16874 --- Comment #1 from Richard Guenther --- Err. (gdb) b '(anonymous namespace)::foo' Breakpoint 1 at 0x4005e1: file t.C, line 1. this can't be really the desired way to do this ... There is a DW_TAG_imported_module of the anon namespace in the TU context so at least there referencing 'foo' needs to work. -- You are receiving this mail because: You are on the CC list for the bug.