public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
@ 2011-08-05 13:36 ` marc.khouzam at ericsson dot com
  2011-08-26 12:33 ` cvs-commit at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: marc.khouzam at ericsson dot com @ 2011-08-05 13:36 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11912

Marc Khouzam <marc.khouzam at ericsson dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marc.khouzam at ericsson
                   |                            |dot com
            Summary|C++ name lookup failes      |C++ name lookup fails

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
  2011-08-05 13:36 ` [Bug symtab/11912] C++ name lookup fails marc.khouzam at ericsson dot com
@ 2011-08-26 12:33 ` cvs-commit at gcc dot gnu.org
  2011-08-26 14:42 ` cvs-commit at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-08-26 12:33 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11912

--- Comment #10 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-08-26 12:30:48 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Branch:     gdb_7_3-branch
Changes by:    marckhouzam@sourceware.org    2011-08-26 12:30:43

Modified files:
    gdb/testsuite/gdb.mi: mi-var-cp.cc 
    gdb            : ChangeLog varobj.c 
    gdb/testsuite  : ChangeLog 
Added files:
    gdb/testsuite/gdb.mi: mi-inheritance-syntax-error.cc 
                          mi-inheritance-syntax-error.exp 

Log message:
    2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>

    PR mi/11912
    * varobj.c (cplus_describe_child): Add the keyword
    'class' to the output of the method when dealing
    with a cast to a base class.

    2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>

    PR mi/11912
    * gdb.mi/mi-inheritance-syntax-error.cc: New file.
    * gdb.mi/mi-inheritance-syntax-error.exp: New file.
    * gdb.mi/mi-var-cp.cc: Updated for new 'class'
    keyword in output of -var-info-path-expression.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.cc.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-var-cp.cc.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.13&r2=1.13.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.12887.2.67&r2=1.12887.2.68
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/varobj.c.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.176.2.1&r2=1.176.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_7_3-branch&r1=1.2655.2.28&r2=1.2655.2.29

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
  2011-08-05 13:36 ` [Bug symtab/11912] C++ name lookup fails marc.khouzam at ericsson dot com
  2011-08-26 12:33 ` cvs-commit at gcc dot gnu.org
@ 2011-08-26 14:42 ` cvs-commit at gcc dot gnu.org
  2011-08-26 15:38 ` andre.poenitz at nokia dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-08-26 14:42 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11912

--- Comment #11 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-08-26 12:33:04 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    marckhouzam@sourceware.org    2011-08-26 12:33:00

Modified files:
    gdb/testsuite/gdb.mi: mi-var-cp.cc 
    gdb            : ChangeLog varobj.c 
    gdb/testsuite  : ChangeLog 
Added files:
    gdb/testsuite/gdb.mi: mi-inheritance-syntax-error.cc 
                          mi-inheritance-syntax-error.exp 

Log message:
    2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>

    PR mi/11912
    * varobj.c (cplus_describe_child): Add the keyword
    'class' to the output of the method when dealing
    with a cast to a base class.

    2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>

    PR mi/11912
    * gdb.mi/mi-inheritance-syntax-error.cc: New file.
    * gdb.mi/mi-inheritance-syntax-error.exp: New file.
    * gdb.mi/mi-var-cp.cc: Updated for new 'class'
    keyword in output of -var-info-path-expression.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.cc.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-inheritance-syntax-error.exp.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.mi/mi-var-cp.cc.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13279&r2=1.13280
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/varobj.c.diff?cvsroot=src&r1=1.181&r2=1.182
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2838&r2=1.2839

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-08-26 14:42 ` cvs-commit at gcc dot gnu.org
@ 2011-08-26 15:38 ` andre.poenitz at nokia dot com
  2011-08-26 16:34 ` marc.khouzam at ericsson dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: andre.poenitz at nokia dot com @ 2011-08-26 15:38 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11912

--- Comment #12 from Andre Poenitz <andre.poenitz at nokia dot com> 2011-08-26 14:41:35 UTC ---

Is this really a step into the right direction? Isn't the problem rather on the
"input" side? I think the user should not be required to use 'struct foo' or
'class foo' when just using 'foo' is correct C++.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-08-26 15:38 ` andre.poenitz at nokia dot com
@ 2011-08-26 16:34 ` marc.khouzam at ericsson dot com
  2012-12-14 19:25 ` tromey at redhat dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 8+ messages in thread
From: marc.khouzam at ericsson dot com @ 2011-08-26 16:34 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11912

--- Comment #13 from Marc Khouzam <marc.khouzam at ericsson dot com> 2011-08-26 15:38:01 UTC ---
(In reply to comment #12)
> Is this really a step into the right direction? Isn't the problem rather on the
> "input" side? I think the user should not be required to use 'struct foo' or
> 'class foo' when just using 'foo' is correct C++.

I agree with you.  However, I did not know how to fix the C++ parser to accept
'foo'.

The fix I committed does not solve this PR, but solves a side-effect that would
cause the frontend to get a syntax error using an expression that GDB said to
use.  For details, please see:

http://sourceware.org/ml/gdb-patches/2010-09/msg00204.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-08-26 16:34 ` marc.khouzam at ericsson dot com
@ 2012-12-14 19:25 ` tromey at redhat dot com
  2014-02-16 17:44 ` jackie.rosen at hushmail dot com
  2014-05-28 19:42 ` schwab at sourceware dot org
  7 siblings, 0 replies; 8+ messages in thread
From: tromey at redhat dot com @ 2012-12-14 19:25 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=11912

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |DUPLICATE

--- Comment #14 from Tom Tromey <tromey at redhat dot com> 2012-12-14 19:25:05 UTC ---
I think this is a dup.

*** This bug has been marked as a duplicate of bug 8888 ***

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2012-12-14 19:25 ` tromey at redhat dot com
@ 2014-02-16 17:44 ` jackie.rosen at hushmail dot com
  2014-05-28 19:42 ` schwab at sourceware dot org
  7 siblings, 0 replies; 8+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 17:44 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=11912

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #15 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug symtab/11912] C++ name lookup fails
       [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2014-02-16 17:44 ` jackie.rosen at hushmail dot com
@ 2014-05-28 19:42 ` schwab at sourceware dot org
  7 siblings, 0 replies; 8+ messages in thread
From: schwab at sourceware dot org @ 2014-05-28 19:42 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=11912

Andreas Schwab <schwab at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|jackie.rosen at hushmail dot com   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-05-28 19:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11912-4717@http.sourceware.org/bugzilla/>
2011-08-05 13:36 ` [Bug symtab/11912] C++ name lookup fails marc.khouzam at ericsson dot com
2011-08-26 12:33 ` cvs-commit at gcc dot gnu.org
2011-08-26 14:42 ` cvs-commit at gcc dot gnu.org
2011-08-26 15:38 ` andre.poenitz at nokia dot com
2011-08-26 16:34 ` marc.khouzam at ericsson dot com
2012-12-14 19:25 ` tromey at redhat dot com
2014-02-16 17:44 ` jackie.rosen at hushmail dot com
2014-05-28 19:42 ` schwab at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).