]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbserver: change 'all_processes' and 'all_threads' list type
authorStephan Rohr <stephan.rohr@intel.com>
Wed, 16 Oct 2024 09:34:52 +0000 (02:34 -0700)
committerStephan Rohr <stephan.rohr@intel.com>
Thu, 7 Nov 2024 10:50:48 +0000 (02:50 -0800)
commit9f77b3aa0bfcd07015a47aef210fdc1157a4f08f
tree19ec4176ffae8b9b44b97a15177e51cec3ec17fb
parent8adee4d2ce0d9881f1683be2523aca0760af7b56
gdbserver: change 'all_processes' and 'all_threads' list type

This patch replaces the 'std::list' type of 'all_processes' and
'all_threads' with the more lightweight 'owning_intrusive_list'
type.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdbserver/gdbthread.h
gdbserver/inferiors.cc
gdbserver/inferiors.h
gdbserver/server.cc