This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug symtab/11912] C++ name lookup fails


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]