diff options
author | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-04-02 15:11:32 +0200 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-04-02 15:11:32 +0200 |
commit | fc5ecdb630406b68ce98c112e1fe618b5839c188 (patch) | |
tree | 0c49efc72a257dd5a81b54ae0190386ab54bdda7 /gdbserver/linux-nios2-low.cc | |
parent | 9eedd27d42ceeb6f3765c24972a5c97ce20727cd (diff) | |
download | gdb-fc5ecdb630406b68ce98c112e1fe618b5839c188.zip gdb-fc5ecdb630406b68ce98c112e1fe618b5839c188.tar.gz gdb-fc5ecdb630406b68ce98c112e1fe618b5839c188.tar.bz2 |
gdbserver/linux-low: turn 'get_ipa_tdesc_idx' into a method
gdbserver/ChangeLog:
2020-04-02 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Remove the 'get_ipa_tdesc_idx' linux target op and let a concrete
linux target define the op by overriding the declaration in
process_stratum_target.
* linux-low.h (struct linux_target_ops): Remove the op.
(class linux_process_target) <get_ipa_tdesc_idx>: Remove.
* linux-low.cc (linux_process_target::get_ipa_tdesc_idx): Remove.
* linux-x86-low.cc (class x86_target) <get_ipa_tdesc_idx>: Declare.
(x86_get_ipa_tdesc_idx): Turn into...
(x86_target::get_ipa_tdesc_idx): ...this.
(the_low_target): Remove the op field.
* linux-ppc-low.cc (class ppc_target) <get_ipa_tdesc_idx>: Declare.
(ppc_get_ipa_tdesc_idx): Turn into...
(ppc_target::get_ipa_tdesc_idx): ...this.
(the_low_target): Remove the op field.
* linux-s390-low.cc (class s390_target) <get_ipa_tdesc_idx>: Declare.
(s390_get_ipa_tdesc_idx): Turn into...
(s390_target::get_ipa_tdesc_idx): ...this.
(the_low_target): Remove the op field.
Diffstat (limited to 'gdbserver/linux-nios2-low.cc')
0 files changed, 0 insertions, 0 deletions