Implement Rust funcall 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:29 +0000 (07:28 -0700)
commit638fd74a616e095159e88ed4e596a71153bef88e
tree5f078989f6be6d92436bf48743a39472e7dada07
parenta00b7254fb614af557de7ae7cc0eb39a0ce0e408
Implement Rust funcall operation

This adds the special code needed to handle the Rust function call
operation.

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

* rust-lang.c (rust_structop::evaluate_funcall): New method.
* rust-exp.h (class rust_structop) <evaluate_funcall>: Declare
method.
gdb/ChangeLog
gdb/rust-exp.h
gdb/rust-lang.c