diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2023-10-02 15:17:04 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2023-10-19 10:57:51 -0400 |
commit | 94d5c64878a75c573c98502497cd2118720e8bbe (patch) | |
tree | e3163ca07e984d59fe7922a54185dcd2ef997e89 /gdb/bsd-uthread.c | |
parent | 539223dec932d76596d56ef23b4724b4f4438cc4 (diff) | |
download | gdb-94d5c64878a75c573c98502497cd2118720e8bbe.zip gdb-94d5c64878a75c573c98502497cd2118720e8bbe.tar.gz gdb-94d5c64878a75c573c98502497cd2118720e8bbe.tar.bz2 |
gdb: allocate so_list with new, deallocate with delete
Initialize all fields in the class declaration, change allocations to
use "new", change deallocations to use "delete". This is needed by a
subsequent patches that use C++ stuff in so_list.
Change-Id: I4b140d9f1ec9ff809554a056f76e3eb2b9e23222
Approved-By: Pedro Alves <pedro@palves.net>
Reviewed-By: Reviewed-By: Lancelot Six <lancelot.six@amd.com>
Diffstat (limited to 'gdb/bsd-uthread.c')
0 files changed, 0 insertions, 0 deletions