]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb, gdbsupport: use DISABLE_COPY_AND_ASSIGN in a few spots
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 13 Nov 2025 21:00:48 +0000 (16:00 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 14 Nov 2025 19:50:39 +0000 (14:50 -0500)
commit4ec16ac822dcf3a181ce124c81fd6a8b6dd185fb
tree5761c631ac4dd24dda80e13b3f2dd8a81e3103b6
parent3917afa371cff7df1d755386e7bb0ae803e2f94c
gdb, gdbsupport: use DISABLE_COPY_AND_ASSIGN in a few spots

Replace some explicitly deleted copy constructor and copy assignment
operator with the DISABLE_COPY_AND_ASSIGN macro for consistency
with the rest of the codebase.

Change-Id: If3fe2c4d7b3cb4530eace86d589116f805c7656f
Approved-By: Tom Tromey <tom@tromey.com>
gdb/cli/cli-script.c
gdb/interps.h
gdb/language.h
gdb/skip.c
gdb/target-descriptions.c
gdb/ui-out.h
gdb/utils.h
gdbsupport/buildargv.h
gdbsupport/cxx-thread.h
gdbsupport/gdb_argv_vec.h