old-cross-binutils/gdb/testsuite/gdb.cp
Vladimir Prus 2b2d9e11a0 Fix breakpoint condition that use member variables.
* valops.c (check_field): Remove.
        (check_field_in): Rename to check_field.
        (value_of_this): Use la_name_of_this.
        * value.h (check_field): Adjust prototype.

        * language.h (la_value_of_this): Rename to la_name_of_this.
        * language.c (unknown_language_defn): Specify "this" for
        name_of_this.
        (auto_language_defn): Likewise.
        (local_language_defn): Likewise.
        * ada-lang.c (ada_language_defn): Adjust comment.
        * c-lang.c (c_language_defn): Adjust comment.
        (cplus_language_defn): Specify "this" for name_of_this.
        (asm_language_defn): Adjust comment.
        (minimal_language_defn): Adjust comment.
        * f-lang.c (f_language_defn): Specify NULL for name_of_this.
        * jv-lang.c (java_language_defn): Specify "this" for name_of_this.
        * m2-lang.c (m2_language_defn): Specify "this" for name_of_this.
        * objc-lang.c (objc_language_defn): Specify "self" for
        name_of_this.
        * p-lang.c (pascal_language_defn): Specify "this" for
        name_of_this.
        * scm-lang.c (scm_language_defn): Specify NULL for name_of_this.

        * symtab.c (lookup_symbol_aux): Lookup "this" in the
        proper scope, and check for field in type of "this", without
        trying to create a value.
2008-04-06 08:56:37 +00:00
..
ambiguous.cc
ambiguous.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
annota2.cc
annota2.exp PR gdb/544 2008-03-24 13:27:07 +00:00
annota3.cc
annota3.exp PR gdb/544 2008-03-24 13:27:07 +00:00
anon-union.cc
anon-union.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
arg-reference.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
arg-reference.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
bool.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
bool.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
breakpoint.cc Fix breakpoint condition that use member variables. 2008-04-06 08:56:37 +00:00
breakpoint.exp Fix breakpoint condition that use member variables. 2008-04-06 08:56:37 +00:00
bs15503.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
bs15503.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
call-c-1.c Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
call-c.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
call-c.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
casts.cc * gdb.cp/casts.cc: Add class reference variables. 2008-04-01 16:16:43 +00:00
casts.exp * gdb.cp/casts.cc: Add class reference variables. 2008-04-01 16:16:43 +00:00
class2.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
class2.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
classes.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
classes.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cp-relocate.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cp-relocate.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cplusfuncs.cc
cplusfuncs.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ctti.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cttiadd.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cttiadd1.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cttiadd2.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
cttiadd3.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
demangle.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
derivation.cc
derivation.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
exception.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
exception.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
formatted-ref.cc * gdb.ada/formatted_ref: New test program. 2008-01-30 19:23:26 +00:00
formatted-ref.exp * gdb.ada/formatted_ref: New test program. 2008-01-30 19:23:26 +00:00
gdb1355.cc
gdb1355.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb2384-base.cc add copyright 2008-02-03 22:17:05 +00:00
gdb2384-base.h add copyright 2008-02-03 22:17:05 +00:00
gdb2384.cc add copyright 2008-02-03 22:17:05 +00:00
gdb2384.exp PR 2384 2008-02-03 22:13:30 +00:00
hang.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
hang.H
hang1.C
hang2.C
hang3.C
inherit.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
local.cc
local.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
m-data.cc
m-data.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
m-static.cc
m-static.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
m-static.h
m-static1.cc
maint.exp
Makefile.in
mb-ctor.cc
mb-ctor.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
mb-inline.exp * breakpoint.c: #include "hashtab.h". 2008-02-08 00:42:07 +00:00
mb-inline.h * breakpoint.c: #include "hashtab.h". 2008-02-08 00:42:07 +00:00
mb-inline1.cc * breakpoint.c: #include "hashtab.h". 2008-02-08 00:42:07 +00:00
mb-inline2.cc * breakpoint.c: #include "hashtab.h". 2008-02-08 00:42:07 +00:00
mb-templates.cc
mb-templates.exp * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads. 2008-04-04 22:59:28 +00:00
member-ptr.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
member-ptr.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
method.cc
method.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
method2.cc
method2.exp * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc. 2008-04-03 21:42:33 +00:00
misc.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
misc.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
namespace.cc
namespace.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
namespace1.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
overload.cc
overload.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ovldbreak.cc * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc. 2008-04-03 21:42:33 +00:00
ovldbreak.exp * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc. 2008-04-03 21:42:33 +00:00
pass-by-ref.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
pass-by-ref.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
pr-574.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
pr-574.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
pr-1023.cc
pr-1023.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
pr-1210.cc
pr-1210.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
printmethod.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
printmethod.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
psmang.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
psmang1.cc
psmang2.cc
ref-params.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ref-params.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ref-types.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
ref-types.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
rtti.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
rtti.h Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
rtti1.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
rtti2.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
templates.cc
templates.exp * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc. 2008-04-03 21:42:33 +00:00
try_catch.cc
try_catch.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
userdef.cc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
userdef.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
virtfunc.cc
virtfunc.exp Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00