]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use gdb unordered set and map in Python layer
authorTom Tromey <tom@tromey.com>
Tue, 11 Mar 2025 17:22:05 +0000 (11:22 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 18 Mar 2025 11:32:04 +0000 (05:32 -0600)
commitfd34c152ef22b65bc942c6d36a04a4272ef4c6fd
treeb8fce4592b95beab230456fe7e4a0a83feb69401
parent7116b64e238b641fbbdf941814e4c8250b173a28
Use gdb unordered set and map in Python layer

This changes a couple of files in the Python layer to use
gdb:unordered_set and gdb::unordered_map.  Another use exists but I
think it is being handled by Jan's series.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/python/py-inferior.c
gdb/python/py-registers.c