]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Compile C++ feature. users/keiths/c++compile-submit
authorKeith Seitz <keiths@redhat.com>
Fri, 17 Feb 2017 21:50:40 +0000 (13:50 -0800)
committerKeith Seitz <keiths@redhat.com>
Tue, 21 Feb 2017 21:33:46 +0000 (13:33 -0800)
commitb34c45412cdc3b13c2d8b0aa0ab78e3574ba5bbc
tree3a9a23943616657be7bae0406688055c05aa8f36
parent882b3a06fd27ecbbe562d137a0eac62034f00651
Compile C++ feature.
41 files changed:
gdb/Makefile.in
gdb/c-lang.c
gdb/c-lang.h
gdb/compile/compile-c-support.c
gdb/compile/compile-cplus-support.c [new file with mode: 0644]
gdb/compile/compile-cplus-symbols.c [new file with mode: 0644]
gdb/compile/compile-cplus-templates.c [new file with mode: 0644]
gdb/compile/compile-cplus-templates.h [new file with mode: 0644]
gdb/compile/compile-cplus-types.c [new file with mode: 0644]
gdb/compile/compile-cplus.h [new file with mode: 0644]
gdb/compile/compile-internal.h
gdb/compile/compile-object-load.c
gdb/compile/compile.c
gdb/testsuite/gdb.compile/compile-cplus-mod.c [new file with mode: 0644]
gdb/testsuite/gdb.compile/compile-cplus-print.c [new file with mode: 0644]
gdb/testsuite/gdb.compile/compile-cplus-print.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/compile-cplus.c [new file with mode: 0644]
gdb/testsuite/gdb.compile/compile-cplus.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-namespace-template.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-namespace-template.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-anonymous.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-anonymous.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-inherit.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-inherit.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-member.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-member.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-method.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-method.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-nested.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-nested.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-ns.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-ns.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-template.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-template.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-virtual.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-simple-virtual.exp [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-special-function.cc [new file with mode: 0644]
gdb/testsuite/gdb.compile/cp-special-function.exp [new file with mode: 0644]
gdb/testsuite/lib/compile-support.exp [new file with mode: 0644]
include/gcc-cp-fe.def [new file with mode: 0644]
include/gcc-cp-interface.h [new file with mode: 0644]