gdb
authorTom Tromey <tromey@redhat.com>
Mon, 8 Feb 2010 20:55:43 +0000 (20:55 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 8 Feb 2010 20:55:43 +0000 (20:55 +0000)
commit714f19d5576e314d5b9c3b674b11bf4212a3faeb
tree6b850af87174bbcde740d2a842519fe41cd4436c
parentd0c9aeb3fc18f9f77a8e173b1fb9616931f669bd
gdb
PR c++/8017:
* value.h: Update.
* valops.c (search_struct_field): Make 'name' const.
(search_struct_method): Likewise.
(find_method_list): Make 'method' const.
(value_struct_elt): Make 'name' and 'err' const.
(value_find_oload_method_list): Make 'method' const.
(find_overload_match): Make 'name' const.
* eval.c (evaluate_subexp_standard): New locals function,
function_name.
<OP_FUNCALL>: Handle OP_SCOPE specially.
gdb/testsuite
PR c++/8017:
* gdb.cp/overload.exp: Add tests.
* gdb.cp/overload.cc (struct K): New.
(namespace N): New.
(main): Call new functions.
(K::staticoverload): Define.
gdb/ChangeLog
gdb/eval.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/overload.cc
gdb/testsuite/gdb.cp/overload.exp
gdb/valops.c
gdb/value.h
This page took 0.025334 seconds and 4 git commands to generate.