Introduce objc_msgcall_operation
authorTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:27:57 +0000 (07:27 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:28:25 +0000 (07:28 -0700)
commit085734dd954dd2b3da9445dc517bfdb10f9ca117
tree398e7c71d53b1ee5000c6f20a59ee16442d15c8d
parente82a5afcedd98a2ca9c1915bef2938c77e967959
Introduce objc_msgcall_operation

This adds class objc_msgcall_operation, which implements
OP_OBJC_MSGCALL.

gdb/ChangeLog
2021-03-08  Tom Tromey  <tom@tromey.com>

* eval.c (objc_msgcall_operation::evaluate): New method.
* c-exp.h (class objc_msgcall_operation): New.
gdb/ChangeLog
gdb/c-exp.h
gdb/eval.c