* eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
authorUlrich Weigand <uweigand@de.ibm.com>
Tue, 29 Sep 2009 00:48:32 +0000 (00:48 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Tue, 29 Sep 2009 00:48:32 +0000 (00:48 +0000)
commit69368a60a4878ec4ef1060732020e9eaf19b32b0
treee42355f5c9bd92ed24f12457f1b50f24f1b216f8
parent67f470de12c95c08410c46543072c22f857a0a3b
* eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support
platforms that use function descriptors.  Prefer to use function
pointer types instead of function types.
* linespec.c (decode_objc): Support function descriptors.  Fully
initialize SAL result.
* objc-lang.c (find_methods): Support function descriptors.
Do not require function symbol to point to text section.

* ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling
via a function pointer, use the descriptor it points to.
gdb/ChangeLog
gdb/eval.c
gdb/linespec.c
gdb/objc-lang.c
gdb/ppc-sysv-tdep.c
This page took 0.024853 seconds and 4 git commands to generate.