diff options
author | Pedro Alves <palves@redhat.com> | 2020-02-17 16:12:03 +0100 |
---|---|---|
committer | Tankut Baris Aktemur <tankut.baris.aktemur@intel.com> | 2020-02-20 17:35:20 +0100 |
commit | 478f9adff55f3b03d935d1384f6ee3597969c448 (patch) | |
tree | ea1a888e644ba4cc1c903712bcdf996d62feca15 /gdbserver/linux-xtensa-low.cc | |
parent | d633e8314093fd3ae9a5aec4fc25d86ebaea6ae8 (diff) | |
download | gdb-478f9adff55f3b03d935d1384f6ee3597969c448.zip gdb-478f9adff55f3b03d935d1384f6ee3597969c448.tar.gz gdb-478f9adff55f3b03d935d1384f6ee3597969c448.tar.bz2 |
gdbserver: simply copy the pointer in 'set_target_ops'
The 'set_target_ops' function takes a target op vector and creates a
clone of it via XNEW and memcpy. This is not necessary. 'the_target'
is a singleton, and the argument that is passed to 'set_target_ops' is
always the address of a global, static object. Therefore, update the
implementation to simply copy the pointer.
gdbserver/ChangeLog:
2020-02-20 Pedro Alves <palves@redhat.com>
* target.cc (set_target_ops): Simply copy the given target pointer
instead of creating a copy of the pointed object.
Diffstat (limited to 'gdbserver/linux-xtensa-low.cc')
0 files changed, 0 insertions, 0 deletions